Remove +1 in Page Layout reader settings

This commit is contained in:
Jobobby04 2025-06-10 14:40:28 -04:00 committed by Draff
parent f3e1fb7664
commit 8330405377
Signed by: Draff
GPG Key ID: E8A89F3211677653

View File

@ -597,7 +597,7 @@ object SettingsReaderScreen : SearchableSettings {
title = stringResource(SYMR.strings.page_layout),
subtitle = stringResource(SYMR.strings.automatic_can_still_switch),
entries = ReaderPreferences.PageLayouts
.mapIndexed { index, it -> index + 1 to stringResource(it) }
.mapIndexed { index, it -> index to stringResource(it) }
.toMap()
.toImmutableMap(),
),