Default unreadBadge setting to true (closes #3138)
(cherry picked from commit a94fd24fa9d8f53652cf474eef14b73faed74800)
This commit is contained in:
parent
505d2e4274
commit
e4e069ccca
@ -207,7 +207,7 @@ class PreferencesHelper(val context: Context) {
|
||||
|
||||
fun downloadedOnly() = flowPrefs.getBoolean(Keys.downloadedOnly, false)
|
||||
|
||||
fun unreadBadge() = flowPrefs.getBoolean(Keys.unreadBadge, false)
|
||||
fun unreadBadge() = flowPrefs.getBoolean(Keys.unreadBadge, true)
|
||||
|
||||
// J2K converted from boolean to integer
|
||||
fun filterDownloaded() = flowPrefs.getInt(Keys.filterDownloaded, 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user