From 46113553a1a39425d8136c509f3637dd53cf41c9 Mon Sep 17 00:00:00 2001 From: bgoulard Date: Tue, 13 Jan 2026 18:50:54 +0100 Subject: [PATCH] fix, chat page always set ttile over pages as it's now an overlay --- frontend/src/chat/chatHelperFunctions/windowStateVisable.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/chat/chatHelperFunctions/windowStateVisable.ts b/frontend/src/chat/chatHelperFunctions/windowStateVisable.ts index 654c094..76bda74 100644 --- a/frontend/src/chat/chatHelperFunctions/windowStateVisable.ts +++ b/frontend/src/chat/chatHelperFunctions/windowStateVisable.ts @@ -22,6 +22,5 @@ export async function windowStateVisable() { }); buddies.innerHTML = ''; buddies.textContent = ''; - setTitle('Chat Page'); return; };