mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-28 12:07:52 +02:00
Add optional fallback under Advanced Settings
This commit is contained in:
@ -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),
|
||||
),
|
||||
),
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user