mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Add setting to hide manga content from update/download notifications
(cherry picked from commit f3d69599aa)
			
			
This commit is contained in:
		| @@ -84,6 +84,8 @@ class PreferencesHelper(val context: Context) { | ||||
|  | ||||
|     fun hideNotificationContent() = prefs.getBoolean(Keys.hideNotificationContent, false) | ||||
|  | ||||
|     fun hideNotificationContent() = prefs.getBoolean(Keys.hideNotificationContent, false) | ||||
|  | ||||
|     fun clear() = prefs.edit().clear().apply() | ||||
|  | ||||
|     fun themeMode() = flowPrefs.getString(Keys.themeMode, Values.THEME_MODE_SYSTEM) | ||||
|   | ||||
| @@ -148,6 +148,7 @@ | ||||
|     <string name="pref_date_format">Date format</string> | ||||
|     <string name="pref_confirm_exit">Confirm exit</string> | ||||
|     <string name="pref_manage_notifications">Manage notifications</string> | ||||
|     <string name="hide_notification_content">Hide notification content</string> | ||||
|  | ||||
|     <string name="pref_category_security">Security</string> | ||||
|     <string name="lock_with_biometrics">Lock with biometrics</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user