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
@@ -341,6 +341,10 @@ object SettingsAdvancedScreen : SearchableSettings {
chooseColorProfile.launch(arrayOf("*/*"))
},
),
Preference.PreferenceItem.SwitchPreference(
pref = basePreferences.alwaysUseSSIVToDecode(),
title = stringResource(MR.strings.pref_always_use_ssiv_to_decode),
),
),
)
}