Skip to content

Commit

Permalink
FMT
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueMaster committed May 15, 2023
1 parent 71c9bc6 commit 4e5f8bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ bool desktop_lock_menu_input_callback(InputEvent* event, void* context) {
lock_menu->callback(DesktopLockMenuEventLock, lock_menu->context);
}
} else if((idx == DesktopLockMenuIndexLockShutdown) && (event->type == InputTypeShort)) {
lock_menu->callback(DesktopLockMenuEventLockShutdown, lock_menu->context);
lock_menu->callback(DesktopLockMenuEventLockShutdown, lock_menu->context);
} else if((idx == DesktopLockMenuIndexGameMode) && (event->type == InputTypeShort)) {
DOLPHIN_DEED(getRandomDeed());
desktop_view_lock_menu_dumbmode_changed(1);
Expand Down

0 comments on commit 4e5f8bb

Please sign in to comment.