Appended instance names to Call Roster window title bar

merge-requests/177/head
csharpen 2022-07-15 22:13:39 +00:00
rodzic 6924f9802d
commit 42d65d2ed4
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -92,6 +92,11 @@ function renderRoster(callRoster, rosterSettings)
}
window.document.title = `Call Roster: ${countParts.join(" • ")}`;
if (listShortInstances().length > 0)
{
window.document.title += " | " + listShortInstances().join(" • ");
}
if (g_rosterSettings.compact)
{