diff --git a/static/js/app.js b/static/js/app.js index 984f976..c53a0c2 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -98,6 +98,9 @@ connectBtn.addEventListener('click', async () => { controlSection.style.display = 'block'; reconnectSection.style.display = 'none'; + // ── HIER die Status-Anzeige aktualisieren ─────────────────────────── + updateStatus(true); + console.log("→ Rufe renderChannels() auf"); renderChannels();