Add option to always use SSIV for image decoding

This commit is contained in:
AntsyLich
2024-11-02 20:12:53 +06:00
parent ee134fce58
commit bb4d9fc81a
5 changed files with 14 additions and 1 deletions
@@ -30,4 +30,6 @@ class BasePreferences(
}
fun displayProfile() = preferenceStore.getString("pref_display_profile_key", "")
fun alwaysUseSSIVToDecode() = preferenceStore.getBoolean("pref_always_use_ssiv_to_decode", false)
}