fixed typo

This commit is contained in:
Jonas Diemer 2025-12-15 10:19:50 +01:00
parent 122e961e8a
commit af89c7e652

View File

@ -7,7 +7,7 @@
// Define the static settings list
const SettingInfo SettingsScreen::settingsList[SettingsScreen::settingsCount] = {
{"White Splash Screen", &CrossPointSettings::whiteSleepScreen},
{"White Sleep Screen", &CrossPointSettings::whiteSleepScreen},
{"Extra Paragraph Spacing", &CrossPointSettings::extraParagraphSpacing}
};