mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 09:38:36 -07:00
Match event names to gui text
This commit is contained in:
@@ -259,10 +259,10 @@ bool desktop_lock_menu_input_callback(InputEvent* event, void* context) {
|
||||
if(event->key == InputKeyOk && event->type == InputTypeShort) {
|
||||
switch(pin_lock) {
|
||||
case 0:
|
||||
desktop_event = DesktopLockMenuEventLock;
|
||||
desktop_event = DesktopLockMenuEventLockKeypad;
|
||||
break;
|
||||
case 1:
|
||||
desktop_event = DesktopLockMenuEventLockPin;
|
||||
desktop_event = DesktopLockMenuEventLockPinCode;
|
||||
break;
|
||||
case 2:
|
||||
desktop_event = DesktopLockMenuEventLockPinOff;
|
||||
|
||||
Reference in New Issue
Block a user