Update src/screens/SettingsScreen.cpp

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Arthur Tazhitdinov 2025-12-16 18:19:07 +03:00 committed by GitHub
parent 5b0f6cde44
commit 989930c51b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
const SettingInfo SettingsScreen::settingsList[SettingsScreen::settingsCount] = {
{"White Sleep Screen", &CrossPointSettings::whiteSleepScreen},
{"Extra Paragraph Spacing", &CrossPointSettings::extraParagraphSpacing},
{"Resume Last Book", &CrossPointSettings::autoResumeLastBook}};
{"Auto-Resume Last Book", &CrossPointSettings::autoResumeLastBook}};
void SettingsScreen::taskTrampoline(void* param) {
auto* self = static_cast<SettingsScreen*>(param);