Anchira: Enable image quality preference (#1207)
Enable image quality preference
This commit is contained in:
parent
c8ca375c1c
commit
925136fc15
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'Anchira'
|
||||
extClass = '.Anchira'
|
||||
extVersionCode = 6
|
||||
extVersionCode = 7
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -252,7 +252,6 @@ class Anchira : HttpSource(), ConfigurableSource {
|
|||
entryValues = arrayOf("a", "b")
|
||||
setDefaultValue("b")
|
||||
summary = "%s"
|
||||
setEnabled(false)
|
||||
}
|
||||
|
||||
val openSourcePref = SwitchPreferenceCompat(screen.context).apply {
|
||||
|
|
Loading…
Reference in New Issue