mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Wrong value
This commit is contained in:
parent
fd73958923
commit
1f17965d24
1 changed files with 2 additions and 2 deletions
|
@ -395,7 +395,7 @@ class SettingsAdvancedController : SettingsLegacyController() {
|
|||
preferenceCategory {
|
||||
titleRes = MR.strings.reader
|
||||
|
||||
listPreference(activity) {
|
||||
intListPreference(activity) {
|
||||
bindTo(basePreferences.hardwareBitmapThreshold())
|
||||
titleRes = MR.strings.pref_hardware_bitmap_threshold
|
||||
|
||||
|
@ -403,7 +403,7 @@ class SettingsAdvancedController : SettingsLegacyController() {
|
|||
.associateWith { it.toString() }
|
||||
.toImmutableMap()
|
||||
entries = entryMap.values.toList()
|
||||
entryValues = entryMap.keys.map { it.toString() }.toList()
|
||||
entryValues = entryMap.keys.toList()
|
||||
|
||||
isVisible = GLUtil.DEVICE_TEXTURE_LIMIT > GLUtil.SAFE_TEXTURE_LIMIT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue