mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2025-12-18 15:17:42 +03:00
Update src/screens/SettingsScreen.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
5b0f6cde44
commit
989930c51b
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user