help menu items record show_dialog_action

This commit is contained in:
2024-08-23 22:03:07 -05:00
committed by Celtic Minstrel
parent 1617f3af82
commit 8b05b5be9a

View File

@@ -825,8 +825,7 @@ void handle_menu_choice(eMenu item_hit) {
break;
}
if(!dialogToShow.empty()) {
cChoiceDlog dlog(dialogToShow);
dlog.show();
show_dialog_action(dialogToShow);
}
}