Ignis settings tabs

This commit is contained in:
Nystik
2026-03-28 14:52:41 +01:00
parent c8da9db20f
commit fd8bf850d2
12 changed files with 300 additions and 21 deletions

View File

@@ -25,6 +25,7 @@ export function createWatcherClient(metadataCache, contentCache, fsWatch) {
try {
ws = new WebSocket(url);
window.__ignisWs = ws;
} catch (e) {
console.error("[watcher] Failed to create WebSocket:", e);
scheduleReconnect();