We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc93460 commit 3ad9765Copy full SHA for 3ad9765
app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsReaderScreen.kt
@@ -597,7 +597,7 @@ object SettingsReaderScreen : SearchableSettings {
597
title = stringResource(SYMR.strings.page_layout),
598
subtitle = stringResource(SYMR.strings.automatic_can_still_switch),
599
entries = ReaderPreferences.PageLayouts
600
- .mapIndexed { index, it -> index + 1 to stringResource(it) }
+ .mapIndexed { index, it -> index to stringResource(it) }
601
.toMap()
602
.toImmutableMap(),
603
),
0 commit comments