1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-21 09:10:10 -07:00
This commit is contained in:
KM4ACK 2021-02-23 12:59:00 -06:00
parent b3f23d262c
commit b278a290bd

View File

@ -113,7 +113,7 @@ BUT=$?
if [ $BUT = 252 ]; then
exit
elif [ $BUT = 1 ]; then
$MAIN
$MAIN &
exit
fi
@ -135,6 +135,7 @@ yad --form --width=420 --text-align=center --center --title="Email Restore" --te
--text="<b>Email Restore</b> by KM4ACK\r\r<b>Not a valid restore directory</b>" \
--button=gtk-ok
fi
$MAIN &
exit
}