kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
Appended instance names to Call Roster window title bar
rodzic
6924f9802d
commit
42d65d2ed4
|
@ -92,6 +92,11 @@ function renderRoster(callRoster, rosterSettings)
|
||||||
}
|
}
|
||||||
|
|
||||||
window.document.title = `Call Roster: ${countParts.join(" • ")}`;
|
window.document.title = `Call Roster: ${countParts.join(" • ")}`;
|
||||||
|
if (listShortInstances().length > 0)
|
||||||
|
{
|
||||||
|
window.document.title += " | " + listShortInstances().join(" • ");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
if (g_rosterSettings.compact)
|
if (g_rosterSettings.compact)
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue