add short delay before exit gui
This commit is contained in:
parent
e97c7099b0
commit
f75de52b25
1 changed files with 1 additions and 0 deletions
|
@ -438,6 +438,7 @@ def show_gui():
|
|||
|
||||
if launchclicked==False:
|
||||
print("Exiting by user request.")
|
||||
time.sleep(2)
|
||||
sys.exit()
|
||||
|
||||
#load all the vars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue