mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 22:37:56 +01:00 
			
		
		
		
	Default skip filtered to true
This commit is contained in:
		| @@ -215,7 +215,7 @@ class PreferencesHelper(val context: Context) { | ||||
|  | ||||
|     fun skipRead() = prefs.getBoolean(Keys.skipRead, false) | ||||
|  | ||||
|     fun skipFiltered() = prefs.getBoolean(Keys.skipFiltered, false) | ||||
|     fun skipFiltered() = prefs.getBoolean(Keys.skipFiltered, true) | ||||
|  | ||||
|     fun migrateFlags() = flowPrefs.getInt("migrate_flags", Int.MAX_VALUE) | ||||
|  | ||||
|   | ||||
| @@ -114,7 +114,7 @@ class SettingsReaderController : SettingsController() { | ||||
|             switchPreference { | ||||
|                 key = Keys.skipFiltered | ||||
|                 titleRes = R.string.pref_skip_filtered_chapters | ||||
|                 defaultValue = false | ||||
|                 defaultValue = true | ||||
|             } | ||||
|             switchPreference { | ||||
|                 key = Keys.alwaysShowChapterTransition | ||||
|   | ||||
		Reference in New Issue
	
	Block a user