Add option to always use SSIV for image decoding
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user