This commit is contained in:
Arthur Tazhitdinov
2026-01-13 18:48:42 +05:00
parent f457ed021d
commit 4097319286
2 changed files with 1 additions and 10 deletions

View File

@@ -13,7 +13,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"}),