added updateStatus into connectBtn

This commit is contained in:
oberon 2026-02-12 10:50:22 +01:00
parent 30402d12fd
commit 7c5824f140

View File

@ -98,6 +98,9 @@ connectBtn.addEventListener('click', async () => {
controlSection.style.display = 'block'; controlSection.style.display = 'block';
reconnectSection.style.display = 'none'; reconnectSection.style.display = 'none';
// ── HIER die Status-Anzeige aktualisieren ───────────────────────────
updateStatus(true);
console.log("→ Rufe renderChannels() auf"); console.log("→ Rufe renderChannels() auf");
renderChannels(); renderChannels();