added updateStatus into connectBtn
This commit is contained in:
parent
30402d12fd
commit
7c5824f140
@ -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();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user