This commit is contained in:
Concedo 2026-07-20 18:29:50 +08:00
parent 12c9745c65
commit 01f2fa51e4

View file

@ -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)