mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 23:18:35 -07:00
Change locked submenu popup timeout
This commit is contained in:
@@ -416,7 +416,7 @@ void submenu_process_ok(Submenu* submenu) {
|
|||||||
}
|
}
|
||||||
if(item && item->locked) {
|
if(item && item->locked) {
|
||||||
model->locked_message_visible = true;
|
model->locked_message_visible = true;
|
||||||
furi_timer_start(submenu->locked_timer, furi_kernel_get_tick_frequency() * 4);
|
furi_timer_start(submenu->locked_timer, furi_kernel_get_tick_frequency() * 3);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
true);
|
true);
|
||||||
|
|||||||
Reference in New Issue
Block a user