fehler fix2

This commit is contained in:
Désiré Werner Menrath 2023-11-10 16:46:30 +01:00
parent 1591ee29d0
commit 4452bc73a0

2
wire_g
View File

@ -236,7 +236,7 @@ if selection=$(yad --no-click --list \
--height=300 --width=60 --title="Wire-G" \ --height=300 --width=60 --title="Wire-G" \
--buttons-layout=center \ --buttons-layout=center \
--button=$"Start:0" --button=$"Stop":"bash -c up_or_down" \ --button=$"Start:0" --button=$"Stop":"bash -c up_or_down" \
--button=$"Import":"bash -c wg_import" --button=$"Remove":"bash -c remove" --separator="" \ --button=$"Import":"bash -c import_wg" --button=$"Remove":"bash -c remove" --separator="" \
--button=$"About":"bash -c about" \ --button=$"About":"bash -c about" \
--window-icon=${wg_pic}wg-vpn.png \ --window-icon=${wg_pic}wg-vpn.png \
--borders=8 --image-on-top --image=${wg_pic}wg-active.png \ --borders=8 --image-on-top --image=${wg_pic}wg-active.png \