Anchira: Enable image quality preference (#1207)

Enable image quality preference
This commit is contained in:
Fermín Cirella 2024-02-12 04:25:52 -03:00 committed by Draff
parent c8ca375c1c
commit 925136fc15
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Anchira'
extClass = '.Anchira'
extVersionCode = 6
extVersionCode = 7
isNsfw = true
}

View File

@ -252,7 +252,6 @@ class Anchira : HttpSource(), ConfigurableSource {
entryValues = arrayOf("a", "b")
setDefaultValue("b")
summary = "%s"
setEnabled(false)
}
val openSourcePref = SwitchPreferenceCompat(screen.context).apply {