Match event names to gui text

This commit is contained in:
Willy-JL
2023-08-29 01:59:54 +02:00
parent d7aa3ea60f
commit d2baf3935e
3 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ typedef enum {
DesktopDebugEventSaveState,
DesktopDebugEventExit,
DesktopLockMenuEventLockPin,
DesktopLockMenuEventLockPinCode,
_DesktopLockMenuEventDummyModeOn,
_DesktopLockMenuEventDummyModeOff,
DesktopLockMenuEventStealthModeOn,
@@ -55,7 +55,7 @@ typedef enum {
DesktopMainEventLockKeypad,
DesktopLockedEventOpenPowerOff,
DesktopLockMenuEventSettings,
DesktopLockMenuEventLock,
DesktopLockMenuEventLockKeypad,
DesktopLockMenuEventLockPinOff,
DesktopLockMenuEventXtreme,
} DesktopEvent;