From 58375ab00d42b75d561e103a872a68b432fd8467 Mon Sep 17 00:00:00 2001 From: punix Date: Sat, 18 Nov 2023 14:49:14 +0100 Subject: [PATCH] fix about 2 --- wire_g | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/wire_g b/wire_g index 2a112bd..563bb42 100755 --- a/wire_g +++ b/wire_g @@ -183,17 +183,19 @@ up_or_down(){ about(){ - yad --width=240 \ + yad --form --fixed \ --borders=8 --buttons-layout=center --text-align=center \ - --button=$"OK" --undecorated \ + --button="OK" --undecorated \ + --field="Autoconnect on PC Start:CHK" FALSE \ + --field="Autoupdate:CHK" TRUE \ --image-on-top --image=${WG_PIC}wg-vpn-info.png \ - --separator="" --window-icon=${WG_PIC}wg-vpn.png \ + --separator=" " --window-icon=${WG_PIC}wg-vpn.png \ --text=$"Wire-G Author: Désiré Werner Menrath \n E-Mail: polunga40@unity-mail.de \n At all Tunnels, the auto start is disabled. \n Version: $VERSION \n Use without warranty. \n -Download Wire-G " &> ${WG_WDIR}about.txt +Download Wire-G \n" &> ${WG_WDIR}about.txt }