From f75de52b25b9e4ae8acb7c751521d624ff360e87 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Fri, 28 Apr 2023 15:09:17 +0800 Subject: [PATCH] add short delay before exit gui --- koboldcpp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/koboldcpp.py b/koboldcpp.py index 9e56ae37e..f32c29993 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -438,6 +438,7 @@ def show_gui(): if launchclicked==False: print("Exiting by user request.") + time.sleep(2) sys.exit() #load all the vars