Update Settings item count

This commit is contained in:
Dave Allie 2026-01-19 22:51:52 +11:00
parent fbc39f2ff8
commit 6b72239fb8
No known key found for this signature in database
GPG Key ID: F2FDDB3AD8D0276F

View File

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