fix: correct the settings enums for "blank" and "cover + custom" sleep screens (#2635)
This commit is contained in:
@@ -29,8 +29,8 @@ class CrossPointSettings {
|
|||||||
LIGHT = 1,
|
LIGHT = 1,
|
||||||
CUSTOM = 2,
|
CUSTOM = 2,
|
||||||
COVER = 3,
|
COVER = 3,
|
||||||
BLANK = 4,
|
COVER_CUSTOM = 4,
|
||||||
COVER_CUSTOM = 5,
|
BLANK = 5,
|
||||||
QUICK_RESUME = 6,
|
QUICK_RESUME = 6,
|
||||||
SLEEP_SCREEN_MODE_COUNT
|
SLEEP_SCREEN_MODE_COUNT
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user