Add Group menus to group search, profiles, and groups floater

Also expand Group SLURL menu items for links in chat
Calculate ID Type from mPopupMenu's presence in sMenus, if possible.
This commit is contained in:
Liru Færs
2019-11-24 07:53:36 -05:00
parent 90677188ec
commit 841bd0e515
7 changed files with 35 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
const std::array<const std::string, LFIDBearer::COUNT> LFIDBearer::sMenuStrings
{
"menu_avs_list.xml" // 0
, "menu_groups_list.xml" // 1 // Singu TODO
, "menu_groups_list.xml" // 1
, "menu_objects_list.xml" // 2 // Singu TODO
};
std::array<LLMenuGL*, LFIDBearer::COUNT> LFIDBearer::sMenus {};