From 6c19d81844cfaa235581fcb146907ece32498186 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 7 Sep 2025 09:05:23 +0200 Subject: [PATCH] Update samba_client.sh --- scripts/share/samba_client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/share/samba_client.sh b/scripts/share/samba_client.sh index fc8d013..3ecee7b 100644 --- a/scripts/share/samba_client.sh +++ b/scripts/share/samba_client.sh @@ -150,7 +150,7 @@ discover_samba_servers() { } select_samba_server() { - METHOD=$(dialog --title "$(translate "Samba Server Selection")" --menu "$(translate "How do you want to select the Samba server?")" 15 70 3 \ + METHOD=$(whiptail --title "$(translate "Samba Server Selection")" --menu "$(translate "How do you want to select the Samba server?")" 15 70 3 \ "auto" "$(translate "Auto-discover servers on network")" \ "manual" "$(translate "Enter server IP")" \ "recent" "$(translate "Select from recent servers")" 3>&1 1>&2 2>&3)