Update build.func

This commit is contained in:
CanbiZ 2025-09-17 16:57:08 +02:00
parent a0b9bdbbec
commit 8cd3defbd5

View File

@ -1735,7 +1735,7 @@ settings_menu() {
choice=$(whiptail --backtitle "Proxmox VE Helper Scripts" \ choice=$(whiptail --backtitle "Proxmox VE Helper Scripts" \
--title "Community-Scripts SETTINGS Menu" \ --title "Community-Scripts SETTINGS Menu" \
--ok-button "OK" --cancel-button "Back" \ --ok-button "OK" --cancel-button "Back" \
--menu "Choose a settings option:\n\nUse TAB or Arrow keys to navigate, ENTER to select." 20 60 9 \ --menu "Choose a settings option:\n\nUse TAB or Arrow keys to navigate, ENTER to select." 30 45 9 \
"${settings_items[@]}" \ "${settings_items[@]}" \
3>&1 1>&2 2>&3) || break 3>&1 1>&2 2>&3) || break