From 192367d7f5bbe22e57ecf65671955bc23971e59a Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sun, 2 Feb 2025 11:54:37 +0100 Subject: [PATCH] Update storage_menu.sh --- scripts/menus/storage_menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menus/storage_menu.sh b/scripts/menus/storage_menu.sh index bf2d264..300380a 100644 --- a/scripts/menus/storage_menu.sh +++ b/scripts/menus/storage_menu.sh @@ -26,7 +26,7 @@ initialize_cache while true; do - OPTION=$(whiptail --title "$(translate "Disk and Storage Menu")" --menu "$(translate "Select an option:")" 15 60 3 \ + OPTION=$(whiptail --title "$(translate "Disk and Storage Menu")" --menu "$(translate "Select an option:")" 20 70 8 \ "1" "$(translate "Add Disk Passthrough to a VM")" \ "2" "$(translate "Import Disk Image to a VM")" \ "3" "$(translate "Return to Main Menu")" 3>&1 1>&2 2>&3)