mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 13:45:54 +00:00
Improve settings menu instructions in build script
Updated the settings menu prompt to include navigation instructions for users, clarifying how to use TAB, Arrow keys, and ENTER to select options.
This commit is contained in:
@@ -1735,7 +1735,7 @@ settings_menu() {
|
||||
choice=$(whiptail --backtitle "Proxmox VE Helper Scripts" \
|
||||
--title "Community-Scripts SETTINGS Menu" \
|
||||
--ok-button "OK" --cancel-button "Back" \
|
||||
--menu "Choose a settings option:" 20 60 9 \
|
||||
--menu "Choose a settings option:\n\nUse TAB or Arrow keys to navigate, ENTER to select." 20 60 9 \
|
||||
"${settings_items[@]}" \
|
||||
3>&1 1>&2 2>&3) || break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user