This commit is contained in:
MX
2025-02-13 03:56:22 +03:00
parent e22669da96
commit d57e2c9ef7
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ static bool desktop_custom_event_callback(void* context, uint32_t event) {
if((desktop->settings.usb_inhibit_auto_lock) && (furi_hal_usb_is_locked())) {
return (0);
}
desktop_lock(desktop);
}
} else if(event == DesktopGlobalSaveSettings) {