mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-09 19:46:11 +00:00
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