mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Change default update priorization
This commit is contained in:
		@@ -143,7 +143,7 @@ class PreferencesHelper(val context: Context) {
 | 
			
		||||
 | 
			
		||||
    fun libraryUpdateCategories() = rxPrefs.getStringSet(Keys.libraryUpdateCategories, emptySet())
 | 
			
		||||
 | 
			
		||||
    fun libraryUpdatePrioritization() = rxPrefs.getInteger(Keys.libraryUpdatePrioritization, 1)
 | 
			
		||||
    fun libraryUpdatePrioritization() = rxPrefs.getInteger(Keys.libraryUpdatePrioritization, 0)
 | 
			
		||||
 | 
			
		||||
    fun libraryAsList() = rxPrefs.getBoolean(Keys.libraryAsList, false)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -172,7 +172,7 @@ class SettingsGeneralController : SettingsController() {
 | 
			
		||||
                    "0",
 | 
			
		||||
                    "1"
 | 
			
		||||
            )
 | 
			
		||||
            defaultValue = "1"
 | 
			
		||||
            defaultValue = "0"
 | 
			
		||||
            summaryRes = R.string.pref_library_update_prioritization_summary
 | 
			
		||||
        }
 | 
			
		||||
        intListPreference {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user