mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-08 13:59:12 +02:00
make it work with pyinstaller
This commit is contained in:
@@ -626,7 +626,6 @@ def show_new_gui():
|
||||
windowheight = 480
|
||||
ctk.set_appearance_mode("dark")
|
||||
root = ctk.CTk()
|
||||
root.iconbitmap("niko.ico")
|
||||
root.geometry(str(windowwidth) + "x" + str(windowheight))
|
||||
root.title("KoboldCpp v"+KcppVersion)
|
||||
root.resizable(False,False)
|
||||
|
||||
Reference in New Issue
Block a user