From ea3c9c3c9cd12f38f0f850fd76d9401b4e592927 Mon Sep 17 00:00:00 2001 From: punix Date: Thu, 9 Nov 2023 20:23:46 +0100 Subject: [PATCH] =?UTF-8?q?no=20klick=20bei=20import=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wire_g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire_g b/wire_g index 02d168f..1912c32 100755 --- a/wire_g +++ b/wire_g @@ -82,7 +82,7 @@ import_wg(){ wg_wdir="/home/$a_user/.config/wg_nmcli/" if wgconf=$(yad --file --separator=" \n" \ --button="OK" --button=$"Cancel" \ - --width=1200 --height=800 \ + --width=1200 --height=800 --no-klick \ --window-icon=${wg_pic}wg-import.png \ --title=$"Wireguard .conf Select file")