add source preference

This commit is contained in:
kodjomoustapha
2023-12-04 15:23:34 +01:00
parent e0c2be06a3
commit a2abfc537f
22 changed files with 722 additions and 325 deletions

View File

@@ -292,7 +292,7 @@ class ZoroTheme extends MProvider {
];
@override
List<dynamic> getFilterList() {
List<dynamic> getFilterList(MSource source) {
return [
SelectFilter("TypeFilter", "Type", 0, [
SelectFilterOption("All", ""),