fix remove 3

This commit is contained in:
Désiré Werner Menrath 2023-11-14 12:32:47 +01:00
parent 9a15e8e510
commit 719c0b4c21

3
wire_g
View File

@ -139,8 +139,6 @@ remove(){
--text=$"Your tunnel $selection was successfully deleted." \
--text-align=center --button=$"OK" --title "Wire-G Trash" \
--center --buttons-layout=center --borders=8
killall wire_g
wire_g
else
yad --window-icon=${wg_pic}wg-trash.png \
@ -152,7 +150,6 @@ remove(){
if [ "$selection" = "$active" ]
then
pkill wire_g
pkill yad
fi
fi }