Update SettingsActivity.cpp

This commit is contained in:
Stanislav Khromov 2026-01-15 00:06:55 +01:00
parent f4ced6ac7b
commit 3b5aadfc8a

View File

@ -14,7 +14,7 @@
// Define the static settings list
namespace {
constexpr int settingsCount = 19;
constexpr int settingsCount = 20;
const SettingInfo settingsList[settingsCount] = {
// Should match with SLEEP_SCREEN_MODE
SettingInfo::Enum("Sleep Screen", &CrossPointSettings::sleepScreen, {"Dark", "Light", "Custom", "Cover", "None"}),