fix for Reload UI function: if you reload UI on one tab, other opened tabs will no longer stop working
This commit is contained in:
parent
f2c55523c0
commit
bd5c16e8da
|
@ -130,6 +130,7 @@
|
||||||
* fix error that causes some extra networks to be disabled if both <lora:> and <lyco:> are present in the prompt
|
* fix error that causes some extra networks to be disabled if both <lora:> and <lyco:> are present in the prompt
|
||||||
* fix defaults settings page breaking when any of main UI tabs are hidden
|
* fix defaults settings page breaking when any of main UI tabs are hidden
|
||||||
* fix incorrect save/display of new values in Defaults page in settings
|
* fix incorrect save/display of new values in Defaults page in settings
|
||||||
|
* fix for Reload UI function: if you reload UI on one tab, other opened tabs will no longer stop working
|
||||||
|
|
||||||
|
|
||||||
## 1.5.2
|
## 1.5.2
|
||||||
|
|
|
@ -32,6 +32,7 @@ class ParamBinding:
|
||||||
|
|
||||||
def reset():
|
def reset():
|
||||||
paste_fields.clear()
|
paste_fields.clear()
|
||||||
|
registered_param_bindings.clear()
|
||||||
|
|
||||||
|
|
||||||
def quote(text):
|
def quote(text):
|
||||||
|
|
Loading…
Reference in New Issue