From 42d65d2ed4c52a8963f4395856e994b457134f9a Mon Sep 17 00:00:00 2001 From: csharpen Date: Fri, 15 Jul 2022 22:13:39 +0000 Subject: [PATCH] Appended instance names to Call Roster window title bar --- package.nw/lib/roster/renderRoster.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.nw/lib/roster/renderRoster.js b/package.nw/lib/roster/renderRoster.js index 1e7ffa7..6bfdef1 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) {