diff --git a/package.nw/lib/roster/renderRoster.js b/package.nw/lib/roster/renderRoster.js index 1e7ffa7f..6bfdef1f 100644 --- a/package.nw/lib/roster/renderRoster.js +++ b/package.nw/lib/roster/renderRoster.js @@ -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) {