Option to only include pinned sources in global search

This commit is contained in:
arkon
2020-04-29 09:29:50 -04:00
parent 8077e421e6
commit fe65f4d6f8
5 changed files with 29 additions and 13 deletions
@@ -25,5 +25,10 @@ class SettingsBrowseController : SettingsController() {
true
}
}
switchPreference {
key = Keys.searchPinnedSourcesOnly
titleRes = R.string.pref_search_pinned_sources_only
defaultValue = false
}
}
}