mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Set search pinned sources default to false
This commit is contained in:
parent
290bd9091a
commit
69fd723410
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ class PreferencesHelper(val context: Context) {
|
||||||
|
|
||||||
fun showCategoryInTitle() = flowPrefs.getBoolean("category_in_title", false)
|
fun showCategoryInTitle() = flowPrefs.getBoolean("category_in_title", false)
|
||||||
|
|
||||||
fun onlySearchPinned() = flowPrefs.getBoolean(Keys.onlySearchPinned, true)
|
fun onlySearchPinned() = flowPrefs.getBoolean(Keys.onlySearchPinned, false)
|
||||||
|
|
||||||
fun showLibraryUpdateErrors() = prefs.getBoolean(Keys.showLibraryUpdateErrors, false)
|
fun showLibraryUpdateErrors() = prefs.getBoolean(Keys.showLibraryUpdateErrors, false)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue