mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-13 13:26:43 +02:00
Search should not select any sources by default
This commit is contained in:
@ -470,7 +470,7 @@ class SettingsProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
|
|
||||||
List<String> get searchDeselected {
|
List<String> get searchDeselected {
|
||||||
return prefs?.getStringList('searchDeselected') ?? [];
|
return prefs?.getStringList('searchDeselected') ?? SourceProvider().sources.map((s) => s.name).toList();
|
||||||
}
|
}
|
||||||
|
|
||||||
set searchDeselected(List<String> list) {
|
set searchDeselected(List<String> list) {
|
||||||
|
Reference in New Issue
Block a user