display a total count of TGs for the list title;

pull/72/head
Bryan Biedenkapp 1 year ago
parent 322a116af6
commit 5947f5028b

@ -110,6 +110,12 @@ public:
m_listView.insert(line);
}
// generate dialog title
uint32_t len = g_tidLookups->groupVoice().size();
std::stringstream ss;
ss << "Talkgroup List (" << len << " TGs)";
FDialog::setText(ss.str());
setFocusWidget(&m_listView);
redraw();
}

Loading…
Cancel
Save

Powered by TurnKey Linux.