fix logic

This commit is contained in:
winyf 2026-05-29 23:28:28 -04:00
parent b23a390009
commit 6729d157f1

View file

@ -293,6 +293,7 @@ int main() {
} }
hide_panel(cur_menu->p); hide_panel(cur_menu->p);
menu_updated = 1;
in_field_menu = -1; in_field_menu = -1;
break; break;
} }