remove grfixt

This commit is contained in:
Désiré Werner Menrath 2023-11-14 12:12:37 +01:00
parent 12103eeb4a
commit 89955b0bd0

5
wire_g
View File

@ -146,14 +146,11 @@ remove(){
--text-align=center --button=$"OK" --title "Wire-G Trash" \ --text-align=center --button=$"OK" --title "Wire-G Trash" \
--center --buttons-layout=center --borders=8 --center --buttons-layout=center --borders=8
fi fi
pkill yad
wg_notify
wire_g
if [ "$selection" = "$active" ] if [ "$selection" = "$active" ]
then then
pkill wire_g pkill wire_g
pkill yad pkill yad
wire_g
fi fi
fi } fi }
export -f remove export -f remove