fix about 2

This commit is contained in:
Désiré Werner Menrath 2023-11-18 14:49:14 +01:00
parent 3de52c0b70
commit 58375ab00d

8
wire_g
View File

@ -183,9 +183,11 @@ 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 \
--text=$"<span color='#626ff1'><b>Wire-G Author: Désiré Werner Menrath</b></span> \n
@ -193,7 +195,7 @@ about(){
<span color='#626ff1'><b>At all Tunnels, the auto start is disabled.</b></span> \n
<span color='#626ff1'><b>Version: $VERSION </b></span> \n
<span color='#626ff1'><b>Use without warranty.</b></span> \n
<a href='https://git.lunix.dedyn.io/punix/Wire-G'>Download Wire-G </a>" &> ${WG_WDIR}about.txt
<a href='https://git.lunix.dedyn.io/punix/Wire-G'>Download Wire-G </a> \n" &> ${WG_WDIR}about.txt
}