Refactor menu command handling for direct execution (#22791)

This commit is contained in:
Yehonal
2025-09-04 11:47:44 +02:00
committed by GitHub
parent 300ed47bc4
commit c9e1782d7a
5 changed files with 114 additions and 55 deletions

View File

@@ -104,4 +104,4 @@ function handle_menu_command() {
}
# Run the menu system
menu_run "ACORE DASHBOARD" handle_menu_command "${menu_items[@]}" "$@"
menu_run_with_items "ACORE DASHBOARD" handle_menu_command -- "${menu_items[@]}" -- "$@"