mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
add short delay before exit gui
This commit is contained in:
@@ -438,6 +438,7 @@ def show_gui():
|
||||
|
||||
if launchclicked==False:
|
||||
print("Exiting by user request.")
|
||||
time.sleep(2)
|
||||
sys.exit()
|
||||
|
||||
#load all the vars
|
||||
|
||||
Reference in New Issue
Block a user