Update storage_menu.sh

This commit is contained in:
MacRimi 2025-02-02 11:54:37 +01:00 committed by GitHub
parent 1797f5f75f
commit 192367d7f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ initialize_cache
while true; do 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")" \ "1" "$(translate "Add Disk Passthrough to a VM")" \
"2" "$(translate "Import Disk Image to a VM")" \ "2" "$(translate "Import Disk Image to a VM")" \
"3" "$(translate "Return to Main Menu")" 3>&1 1>&2 2>&3) "3" "$(translate "Return to Main Menu")" 3>&1 1>&2 2>&3)