fix about 2
This commit is contained in:
parent
3de52c0b70
commit
58375ab00d
10
wire_g
10
wire_g
@ -183,17 +183,19 @@ up_or_down(){
|
|||||||
|
|
||||||
about(){
|
about(){
|
||||||
|
|
||||||
yad --width=240 \
|
yad --form --fixed \
|
||||||
--borders=8 --buttons-layout=center --text-align=center \
|
--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 \
|
--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=$"<span color='#626ff1'><b>Wire-G Author: Désiré Werner Menrath</b></span> \n
|
--text=$"<span color='#626ff1'><b>Wire-G Author: Désiré Werner Menrath</b></span> \n
|
||||||
<span color='#626ff1'><b>E-Mail: polunga40@unity-mail.de</b></span> \n
|
<span color='#626ff1'><b>E-Mail: polunga40@unity-mail.de</b></span> \n
|
||||||
<span color='#626ff1'><b>At all Tunnels, the auto start is disabled.</b></span> \n
|
<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>Version: $VERSION </b></span> \n
|
||||||
<span color='#626ff1'><b>Use without warranty.</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
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user