mirror of
https://github.com/mihonapp/mihon.git
synced 2025-04-11 01:58:10 +00:00
Add optional fallback under Advanced Settings
This commit is contained in:
parent
bd0f43933d
commit
c5d64b4224
1 changed files with 4 additions and 0 deletions
|
@ -345,6 +345,10 @@ object SettingsAdvancedScreen : SearchableSettings {
|
|||
pref = basePreferences.alwaysUseSSIVToDecode(),
|
||||
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…
Add table
Reference in a new issue