mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Default unreadBadge setting to true (closes #3138)
(cherry picked from commit a94fd24fa9)
			
			
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user