mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Default to only updating non-completed manga
This commit is contained in:
		| @@ -178,7 +178,7 @@ class PreferencesHelper(val context: Context) { | ||||
|  | ||||
|     fun jumpToChapters() = prefs.getBoolean(Keys.jumpToChapters, false) | ||||
|  | ||||
|     fun updateOnlyNonCompleted() = prefs.getBoolean(Keys.updateOnlyNonCompleted, false) | ||||
|     fun updateOnlyNonCompleted() = prefs.getBoolean(Keys.updateOnlyNonCompleted, true) | ||||
|  | ||||
|     fun autoUpdateTrack() = prefs.getBoolean(Keys.autoUpdateTrack, true) | ||||
|  | ||||
|   | ||||
| @@ -197,7 +197,7 @@ class SettingsLibraryController : SettingsController() { | ||||
|             switchPreference { | ||||
|                 key = Keys.updateOnlyNonCompleted | ||||
|                 titleRes = R.string.pref_update_only_non_completed | ||||
|                 defaultValue = false | ||||
|                 defaultValue = true | ||||
|             } | ||||
|             preference { | ||||
|                 key = Keys.libraryUpdateCategories | ||||
|   | ||||
		Reference in New Issue
	
	Block a user