From c4c86f9e7d6fa78988df0f90472a562e3c77415b Mon Sep 17 00:00:00 2001 From: punix Date: Sun, 29 Oct 2023 18:44:48 +0100 Subject: [PATCH] more funktion angepasst (close on unfocus) --- wire_g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire_g b/wire_g index 56abce9..2fab433 100755 --- a/wire_g +++ b/wire_g @@ -131,7 +131,7 @@ more(){ " \ --height=100 --width=80 \ --title="Wire-G" --center \ - --fixed --borders=8 \ + --fixed --borders=8 --close-on-unfocus \ --buttons-layout=center \ --button=Importieren:"bash -c import_wg" \ --button="Abbrechen":1 \