mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-04 13:39:56 +00:00
This commit is contained in:
parent
12c9745c65
commit
01f2fa51e4
1 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue