mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 00:39:17 +01:00
Change default update priorization
This commit is contained in:
parent
5d8dc241d8
commit
cccb56bda1
@ -143,7 +143,7 @@ class PreferencesHelper(val context: Context) {
|
|||||||
|
|
||||||
fun libraryUpdateCategories() = rxPrefs.getStringSet(Keys.libraryUpdateCategories, emptySet())
|
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)
|
fun libraryAsList() = rxPrefs.getBoolean(Keys.libraryAsList, false)
|
||||||
|
|
||||||
|
@ -172,7 +172,7 @@ class SettingsGeneralController : SettingsController() {
|
|||||||
"0",
|
"0",
|
||||||
"1"
|
"1"
|
||||||
)
|
)
|
||||||
defaultValue = "1"
|
defaultValue = "0"
|
||||||
summaryRes = R.string.pref_library_update_prioritization_summary
|
summaryRes = R.string.pref_library_update_prioritization_summary
|
||||||
}
|
}
|
||||||
intListPreference {
|
intListPreference {
|
||||||
|
Loading…
Reference in New Issue
Block a user