mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-21 06:14:05 +00:00
Not close menu on recall
This commit is contained in:
parent
8894110423
commit
ff4cd0b8f7
1 changed files with 2 additions and 2 deletions
4
ui.c
4
ui.c
|
|
@ -505,8 +505,8 @@ menu_recall_cb(int item, uint8_t data)
|
|||
{
|
||||
(void)item;
|
||||
load_properties(data);
|
||||
menu_move_back();
|
||||
ui_mode_normal();
|
||||
// menu_move_back();
|
||||
// ui_mode_normal();
|
||||
update_grid();
|
||||
draw_cal_status();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue