kcpp image handling fix

This commit is contained in:
Concedo
2026-05-26 14:32:53 +08:00
parent 39a4ca08f4
commit e434b3e61b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -8731,8 +8731,6 @@ def show_gui():
# refresh
runopts_var.trace_add("write", changerunmode)
changerunmode(1,1,1)
global runmode_untouched
runmode_untouched = True
togglerope(1,1,1)
toggleflashattn(1,1,1)
togglectxshift(1,1,1)
@@ -8743,6 +8741,8 @@ def show_gui():
toggleadmin(1,1,1)
updatejinjathinktoggle(1,1,1)
togglerpcmode(1,1,1)
global runmode_untouched
runmode_untouched = True
# launch
def guilaunch():