mirror of
https://github.com/mihonapp/mihon.git
synced 2025-01-15 12:43:11 +01:00
Add optional fallback under Advanced Settings
This commit is contained in:
parent
bd0f43933d
commit
c5d64b4224
@ -345,6 +345,10 @@ object SettingsAdvancedScreen : SearchableSettings {
|
|||||||
pref = basePreferences.alwaysUseSSIVToDecode(),
|
pref = basePreferences.alwaysUseSSIVToDecode(),
|
||||||
title = stringResource(MR.strings.pref_always_use_ssiv_to_decode),
|
title = stringResource(MR.strings.pref_always_use_ssiv_to_decode),
|
||||||
),
|
),
|
||||||
|
Preference.PreferenceItem.SwitchPreference(
|
||||||
|
pref = basePreferences.fallbackForLongStrips(),
|
||||||
|
title = stringResource(MR.strings.pref_fallback_for_long_strips),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user