Skip to content

Commit fac25b1

Browse files
AntsyLichcuong-tran
authored andcommitted
Change label of setting to always use SSIV in long strip reader (mihonapp/mihon#1834)
(cherry picked from commit 85d168ed5e201134558cc843aba896306617c9ca)
1 parent d8832a7 commit fac25b1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co
1313
## [Unreleased]
1414
### Added
1515
- Add option to always decode long strip images with SSIV
16+
- Change option label ([@AntsyLich](https://github.com/AntsyLich)) ([#1835](https://github.com/mihonapp/mihon/pull/1835))
1617
- Added option to enable incognito per extension ([@sdaqo](https://github.com/sdaqo), [@AntsyLich](https://github.com/AntsyLich)) ([#157](https://github.com/mihonapp/mihon/pull/157))
1718
- Add button to favorite manga from history screen ([@Animeboynz](https://github.com/Animeboynz)) ([#1733](https://github.com/mihonapp/mihon/pull/1733))
1819
- Add Monochrome theme (made with e-ink displays in mind) ([@MajorTanya](https://github.com/MajorTanya)) ([#1752](https://github.com/mihonapp/mihon/pull/1752))

app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsAdvancedScreen.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ object SettingsAdvancedScreen : SearchableSettings {
424424
),
425425
Preference.PreferenceItem.SwitchPreference(
426426
preference = basePreferences.alwaysDecodeLongStripWithSSIV(),
427-
title = stringResource(MR.strings.pref_always_decode_long_strip_with_ssiv),
427+
title = stringResource(MR.strings.pref_always_decode_long_strip_with_ssiv_2),
428428
subtitle = stringResource(MR.strings.pref_always_decode_long_strip_with_ssiv_summary),
429429
),
430430
Preference.PreferenceItem.TextPreference(

i18n/src/commonMain/moko-resources/base/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
<string name="pref_hardware_bitmap_threshold">Custom hardware bitmap threshold</string>
397397
<string name="pref_hardware_bitmap_threshold_default">Default (%d)</string>
398398
<string name="pref_hardware_bitmap_threshold_summary">If reader loads a blank image incrementally reduce the threshold.\nSelected: %s</string>
399-
<string name="pref_always_decode_long_strip_with_ssiv">Always decode long strip images with SSIV</string>
399+
<string name="pref_always_decode_long_strip_with_ssiv_2">Use legacy decoder for long strip reader</string>
400400
<string name="pref_always_decode_long_strip_with_ssiv_summary">Affects performance. Only enable if reducing bitmap threshold doesn\'t fix blank image issues</string>
401401
<string name="pref_display_profile">Custom display profile</string>
402402
<string name="pref_crop_borders">Crop borders</string>

0 commit comments

Comments
 (0)