mirror of
https://github.com/mihonapp/mihon.git
synced 2025-03-23 11:00:55 +00:00
Add a toggle so users need to opt-in rather than enforcing it
This commit is contained in:
parent
200cc60f5e
commit
bd0f43933d
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue