fix, chat page always set ttile over pages as it's now an overlay

This commit is contained in:
bgoulard 2026-01-13 18:50:54 +01:00 committed by Nigel
parent 420609bb53
commit 46113553a1

View file

@ -22,6 +22,5 @@ export async function windowStateVisable() {
}); });
buddies.innerHTML = ''; buddies.innerHTML = '';
buddies.textContent = ''; buddies.textContent = '';
setTitle('Chat Page');
return; return;
}; };