1
0
mirror of https://github.com/mihonapp/mihon.git synced 2025-01-23 00:14:52 +01:00

Add a toggle so users need to opt-in rather than enforcing it

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

@ -32,4 +32,6 @@ class BasePreferences(
fun displayProfile() = preferenceStore.getString("pref_display_profile_key", "")
fun alwaysUseSSIVToDecode() = preferenceStore.getBoolean("pref_always_use_ssiv_to_decode", false)
fun fallbackForLongStrips() = preferenceStore.getBoolean("pref_fallback_for_long_strips", false)
}