1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-15 22:30:11 -07:00

add menu return

This commit is contained in:
KM4ACK 2020-06-01 07:10:31 -05:00
parent e5cf4d2c8c
commit 06b293d57c

View File

@ -291,7 +291,10 @@ sed -i "s/$PATCARD,0/$CARD,0/g" $HOME/patmenu2/config
yad --title="Sound Card" --width=400 --height=100 \
--image $LOGO --window-icon=$LOGO --image-on-top --text-align=center --on-top \
--center --form --text="\r\r\r\rSound card data has been updated\rfor both Packet and ARDOP modems." \
--button=gtk-ok &
--button=gtk-ok
$MAIN &
exit
}