Update config_menu.sh

This commit is contained in:
MacRimi 2025-07-05 17:31:18 +02:00
parent c21b374b49
commit 707b6a6f1b

View File

@ -90,7 +90,7 @@ show_config_menu() {
OPTION=$(dialog --clear --backtitle "ProxMenux Configuration" \ OPTION=$(dialog --clear --backtitle "ProxMenux Configuration" \
--title "$(translate "Configuration Menu")" \ --title "$(translate "Configuration Menu")" \
--menu "$(translate "Select an option:")" 15 60 4 \ --menu "$(translate "Select an option:")" 20 70 10 \
"${menu_options[@]}" 3>&1 1>&2 2>&3) "${menu_options[@]}" 3>&1 1>&2 2>&3)