Cosmetic menu changes

This commit is contained in:
Dmitry422
2025-01-17 13:12:20 +07:00
parent fbc29f519f
commit e809e3ddbb
2 changed files with 2 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ static bool desktop_custom_event_callback(void* context, uint32_t event) {
} else if(event == DesktopGlobalAutoLock) {
if(!desktop->app_running && !desktop->locked) {
// Disable AutoLock if usb_inhibit_autolock option enabled and device have active USB connection.
// Disable AutoLock if usb_inhibit_autolock option enabled and device have active USB session.
if((desktop->settings.usb_inhibit_auto_lock) && (furi_hal_usb_is_locked())) {
return (0);
}