diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-07-23 21:06:07 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-07-23 22:15:39 +0300 |
commit | 84c62de95b079feab79a84bbd5be5afb8d64861c (patch) | |
tree | 9e0640aab70a1a13d6b1cccc9c7ab92a171167cf /indra/newview/llinventorybridge.h | |
parent | 3806c35ebed6fce245213dbdc3f0bd6c34fb0c3f (diff) |
#4209 Outfits should have an "Add to Favorites" option
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r-- | indra/newview/llinventorybridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h index ea80b6959a..d96adbd1d2 100644 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -345,6 +345,7 @@ protected: void buildContextMenuOptions(U32 flags, menuentry_vec_t& items, menuentry_vec_t& disabled_items); void buildContextMenuFolderOptions(U32 flags, menuentry_vec_t& items, menuentry_vec_t& disabled_items); void addOpenFolderMenuOptions(U32 flags, menuentry_vec_t& items); + void addInventoryFavoritesMenuOptions(menuentry_vec_t& items); // Inventory favorites, not toolbar favorites //-------------------------------------------------------------------- // Menu callbacks |