improve ui connection monitor

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-02-22 17:54:00 +01:00
parent 8ea9d428d5
commit 2d9c3275f1
5 changed files with 74 additions and 54 deletions
-1
View File
@@ -630,5 +630,4 @@ async function reconnectUI() {
const sd_model_observer = new MutationObserver(sd_model_callback);
sd_model_observer.observe(sd_model, { attributes: true, childList: true, subtree: true });
log('reconnectUI');
monitorConnection();
}