Update main_menu.sh

This commit is contained in:
MacRimi 2025-01-31 20:44:59 +01:00 committed by GitHub
parent cd7b4cb08e
commit 5e5612a07b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ load_language() {
show_menu() { show_menu() {
while true; do while true; do
OPTION=$(whiptail --title "$(translate "Main Menu")" --menu "$(translate "Select an option:")" 15 60 5 \ OPTION=$(whiptail --title "$(translate "Main Menu")" --menu "$(translate "Select an option:")" 30 80 10 \
"1" "$(translate "GPUs and Coral-TPU")" \ "1" "$(translate "GPUs and Coral-TPU")" \
"2" "$(translate "Hard Drives, Disk Images, and Storage")" \ "2" "$(translate "Hard Drives, Disk Images, and Storage")" \
"3" "$(translate "Network")" \ "3" "$(translate "Network")" \