mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-11 09:38:55 +01:00
Add missing negation
This commit is contained in:
parent
27099b77d3
commit
7661a9eea8
@ -342,7 +342,7 @@ object SettingsAdvancedScreen : SearchableSettings {
|
|||||||
subtitleProvider = { value, options ->
|
subtitleProvider = { value, options ->
|
||||||
stringResource(MR.strings.pref_hardware_bitmap_threshold_summary, options[value].orEmpty())
|
stringResource(MR.strings.pref_hardware_bitmap_threshold_summary, options[value].orEmpty())
|
||||||
},
|
},
|
||||||
enabled = ImageUtil.HARDWARE_BITMAP_UNSUPPORTED ||
|
enabled = !ImageUtil.HARDWARE_BITMAP_UNSUPPORTED ||
|
||||||
GLUtil.DEVICE_TEXTURE_LIMIT > GLUtil.SAFE_TEXTURE_LIMIT,
|
GLUtil.DEVICE_TEXTURE_LIMIT > GLUtil.SAFE_TEXTURE_LIMIT,
|
||||||
entries = GLUtil.CUSTOM_TEXTURE_LIMIT_OPTIONS
|
entries = GLUtil.CUSTOM_TEXTURE_LIMIT_OPTIONS
|
||||||
.mapIndexed { index, option ->
|
.mapIndexed { index, option ->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user