mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
ui add connection monitor
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -601,4 +601,5 @@ 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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user