This commit is contained in:
Willy-JL
2023-04-28 16:57:17 +01:00
parent 72a4fb6cb6
commit 8a5d88fc9a
6 changed files with 35 additions and 35 deletions

View File

@@ -303,7 +303,8 @@ bool desktop_lock_menu_input_callback(InputEvent* event, void* context) {
desktop_event = DesktopLockMenuEventXtreme;
break;
case DesktopLockMenuIndexVolume:
desktop_event = stealth_mode ? DesktopLockMenuEventStealthModeOff : DesktopLockMenuEventStealthModeOn;
desktop_event = stealth_mode ? DesktopLockMenuEventStealthModeOff :
DesktopLockMenuEventStealthModeOn;
break;
default:
break;