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 }