Skip to content

Commit 3ad9765

Browse files
committed
Remove +1 in Page Layout reader settings
1 parent cc93460 commit 3ad9765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ object SettingsReaderScreen : SearchableSettings {
597597
title = stringResource(SYMR.strings.page_layout),
598598
subtitle = stringResource(SYMR.strings.automatic_can_still_switch),
599599
entries = ReaderPreferences.PageLayouts
600-
.mapIndexed { index, it -> index + 1 to stringResource(it) }
600+
.mapIndexed { index, it -> index to stringResource(it) }
601601
.toMap()
602602
.toImmutableMap(),
603603
),

0 commit comments

Comments
 (0)