mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Make default for collapseGroupedHistory as true
was always supposed to be true, just missed that
This commit is contained in:
parent
d82eb8ec6f
commit
5ef323f973
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ class PreferencesHelper(val context: Context) {
|
|||
|
||||
fun groupChaptersHistory() = flowPrefs.getEnum("group_chapters_history_type", RecentsPresenter.GroupType.ByWeek)
|
||||
|
||||
fun collapseGroupedHistory() = flowPrefs.getBoolean("collapse_group_history", false)
|
||||
fun collapseGroupedHistory() = flowPrefs.getBoolean("collapse_group_history", true)
|
||||
|
||||
fun showTitleFirstInRecents() = flowPrefs.getBoolean(Keys.showTitleFirstInRecents, false)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue