chore: bump version to 1.1.1 and fix self-metadata sync and UI visibility

This commit is contained in:
MacBook
2026-04-22 18:44:20 +02:00
parent 0f611fa112
commit f3ee7b47b9
3 changed files with 40 additions and 8 deletions
+1
View File
@@ -94,6 +94,7 @@ async function init() {
function toggleUIState(inRoom) {
if (elements.sectionJoin) elements.sectionJoin.style.display = inRoom ? 'none' : 'block';
if (elements.sectionActive) elements.sectionActive.style.display = inRoom ? 'block' : 'none';
if (elements.peerListSync) elements.peerListSync.style.display = inRoom ? 'block' : 'none';
}
function updateUI(roomId, password, useCustomServer = false, serverUrl = '') {