Add option to always use SSIV for image decoding

(cherry picked from commit bb4d9fc81a043ac4f2d0105f19c09974ae2f7201)

# Conflicts:
#	CHANGELOG.md
This commit is contained in:
AntsyLich
2024-11-02 20:12:53 +06:00
committed by Jobobby04
parent cb25deb5ac
commit c2e36b4c5c
4 changed files with 13 additions and 1 deletions
@@ -376,6 +376,10 @@ object SettingsAdvancedScreen : SearchableSettings {
chooseColorProfile.launch(arrayOf("*/*"))
},
),
Preference.PreferenceItem.SwitchPreference(
pref = basePreferences.alwaysUseSSIVToDecode(),
title = stringResource(MR.strings.pref_always_use_ssiv_to_decode),
),
),
)
}