mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Default unreadBadge setting to true (closes #3138)
This commit is contained in:
		| @@ -205,7 +205,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) | ||||
|  | ||||
|     fun filterDownloaded() = flowPrefs.getBoolean(Keys.filterDownloaded, false) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user