mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 01:55:06 +01:00
Set search pinned sources default to false
This commit is contained in:
parent
290bd9091a
commit
69fd723410
@ -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…
Reference in New Issue
Block a user