upd changelog

This commit is contained in:
MX
2024-12-06 12:51:06 +03:00
parent d566f650bd
commit 53fa3f85b3
2 changed files with 7 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ static void desktop_input_event_callback(const void* value, void* context) {
Desktop* desktop = context;
if(event->type == InputTypePress) {
desktop_start_auto_lock_timer(desktop);
//--- m96yda
//--- auto_power_off_timer
desktop_start_auto_poweroff_timer(desktop);
//---
}