added a sleep before the killall to give SD time to quit

This commit is contained in:
Armin Briegel
2022-08-11 16:54:04 +02:00
parent 614da59311
commit ef19aa28fe

View File

@@ -46,6 +46,9 @@ sleep 0.5
dialogUpdate "quit:"
# let everything catch up
sleep 0.5
# just to be safe
killall "Dialog"