This commit is contained in:
Willy-JL
2024-01-05 21:51:29 +00:00
66 changed files with 166 additions and 76 deletions

View File

@@ -92,6 +92,7 @@ bool desktop_scene_locked_on_event(void* context, SceneManagerEvent event) {
break;
}
case DesktopLockedEventUnlocked:
case DesktopGlobalApiUnlock:
desktop_unlock(desktop);
consumed = true;
break;

View File

@@ -134,6 +134,7 @@ bool desktop_scene_pin_input_on_event(void* context, SceneManagerEvent event) {
consumed = true;
break;
case DesktopPinInputEventUnlocked:
case DesktopGlobalApiUnlock:
desktop_unlock(desktop);
consumed = true;
break;