From 694a214919c5e297d1c76995ff9cf4f1e7cb336c Mon Sep 17 00:00:00 2001 From: punix Date: Fri, 10 Nov 2023 21:02:37 +0100 Subject: [PATCH] test 3 mit remove --- wire_g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire_g b/wire_g index 56725f4..9deaeca 100755 --- a/wire_g +++ b/wire_g @@ -220,7 +220,7 @@ if selection=$(yad --list --center \ --buttons-layout=center \ --button=$"OK" --button=$"Stop":"bash -c up_or_down" \ --button=$"Import":"bash -c import_wg" \ - --button=$"Remove:0":"bash -c remove" --separator="" \ + --field=$"Remove:0""bash -c remove" --separator="" \ --button=$"About":"bash -c about" \ --window-icon=${wg_pic}wg-vpn.png \ --borders=8 --image-on-top --image=${wg_pic}wg-active.png \