1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-28 04:20:10 -07:00

fix forms download

This commit is contained in:
KM4ACK 2022-11-12 17:13:51 -06:00
parent 08f318030e
commit f270455629

View File

@ -5,7 +5,7 @@ LOGO=$MYPATH/pmlogo.png
DOWNLOAD(){
#yad --center --timeout=3 --timeout-indicator=top --no-buttons --text="Downloading Forms - Please wait" \
#--image $LOGO --window-icon=$LOGO --image-on-top &
lxterminal -e /usr/bin/pat updateforms
/usr/bin/pat updateforms
yad --center --timeout=3 --timeout-indicator=top --no-buttons --text="Forms Download Complete" \
--image $LOGO --window-icon=$LOGO --image-on-top
exit &