mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-23 19:11:49 +01:00
Fix defaults for grouping types of recents
This commit is contained in:
parent
7e6eda3276
commit
534d503ce9
@ -345,9 +345,9 @@ class PreferencesHelper(val context: Context) {
|
|||||||
|
|
||||||
fun showUpdatedTime() = flowPrefs.getBoolean(Keys.showUpdatedTime, false)
|
fun showUpdatedTime() = flowPrefs.getBoolean(Keys.showUpdatedTime, false)
|
||||||
|
|
||||||
fun groupChaptersUpdates() = flowPrefs.getBoolean(Keys.groupChaptersUpdates, true)
|
fun groupChaptersUpdates() = flowPrefs.getBoolean(Keys.groupChaptersUpdates, false)
|
||||||
|
|
||||||
fun groupChaptersHistory() = flowPrefs.getBoolean(Keys.groupChaptersHistory, false)
|
fun groupChaptersHistory() = flowPrefs.getBoolean(Keys.groupChaptersHistory, true)
|
||||||
|
|
||||||
fun showTitleFirstInRecents() = flowPrefs.getBoolean(Keys.showTitleFirstInRecents, false)
|
fun showTitleFirstInRecents() = flowPrefs.getBoolean(Keys.showTitleFirstInRecents, false)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user