From e4efda6476579f642a355e7e5e10ef72163cd713 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 31 Jan 2025 22:22:06 +0100 Subject: [PATCH] Update main_menu.sh --- scripts/menus/main_menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menus/main_menu.sh b/scripts/menus/main_menu.sh index f1889f6..82f77a8 100644 --- a/scripts/menus/main_menu.sh +++ b/scripts/menus/main_menu.sh @@ -42,7 +42,7 @@ load_language() { show_menu() { while true; do - OPTION=$(whiptail --title "$(translate "Main Menu")" --menu "$(translate "Select an option:")" 15 60 10 \ + OPTION=$(whiptail --title "$(translate "Main Menu")" --menu "$(translate "Select an option:")" 15 60 5 \ "1" "$(translate "GPUs and Coral-TPU")" \ "2" "$(translate "Hard Drives, Disk Images, and Storage")" \ "3" "$(translate "Network")" \