diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-27 06:19:02 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-27 06:19:02 +0000 |
commit | bd5c16e8da5837b2b08fe6e329694553dd688a5f (patch) | |
tree | cfafb5b776b774112632a0a27ccfad9816524e8c /CHANGELOG.md | |
parent | f2c55523c0cde3dca5cc154c45046316396b14a6 (diff) | |
download | stable-diffusion-webui-gfx803-bd5c16e8da5837b2b08fe6e329694553dd688a5f.tar.gz stable-diffusion-webui-gfx803-bd5c16e8da5837b2b08fe6e329694553dd688a5f.tar.bz2 stable-diffusion-webui-gfx803-bd5c16e8da5837b2b08fe6e329694553dd688a5f.zip |
fix for Reload UI function: if you reload UI on one tab, other opened tabs will no longer stop working
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e78b3d2..1bbde234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 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 for Reload UI function: if you reload UI on one tab, other opened tabs will no longer stop working
## 1.5.2
|