mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-15 03:08:49 +02:00
This commit is contained in:
@@ -8097,8 +8097,13 @@ def show_gui():
|
||||
resizing = False
|
||||
resizing_id1 = None
|
||||
def actually_resize(windowwidth,windowheight,lastpos,smallratio):
|
||||
nonlocal gtooltip_box, gtooltip_label
|
||||
root.geometry(str(windowwidth) + "x" + str(windowheight) + str(lastpos))
|
||||
ctk.set_widget_scaling(smallratio)
|
||||
if gtooltip_box:
|
||||
gtooltip_box.destroy()
|
||||
gtooltip_box = None
|
||||
gtooltip_label = None
|
||||
update_runmode_gui()
|
||||
togglerope(1,1,1)
|
||||
toggleflashattn(1,1,1)
|
||||
|
||||
Reference in New Issue
Block a user