Add optional fallback under Advanced Settings

This commit is contained in:
Raikuha 2024-11-04 02:16:48 -03:00 committed by GitHub
parent bd0f43933d
commit c5d64b4224
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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),
),
), ),
) )
} }