fix: correct the settings enums for "blank" and "cover + custom" sleep screens (#2635)

This commit is contained in:
Julia
2026-07-17 12:35:51 -04:00
committed by GitHub
parent fdffc2e5d9
commit 9737cb335c
+2 -2
View File
@@ -29,8 +29,8 @@ class CrossPointSettings {
LIGHT = 1,
CUSTOM = 2,
COVER = 3,
BLANK = 4,
COVER_CUSTOM = 5,
COVER_CUSTOM = 4,
BLANK = 5,
QUICK_RESUME = 6,
SLEEP_SCREEN_MODE_COUNT
};