summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_gallery_inventory.xml
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-05-09 00:40:30 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-05-09 00:40:30 +0300
commit5c78396b64c985a7e58d045ff3f343bccc81c8d3 (patch)
treeeddd384a6668a54dbb80c6320a957c869959cb3e /indra/newview/skins/default/xui/en/menu_gallery_inventory.xml
parent1c170381aea21cfd75d7b8789374f04f3a46d408 (diff)
viewer#1424 Favorites in Appearance floater #1
Diffstat (limited to 'indra/newview/skins/default/xui/en/menu_gallery_inventory.xml')
-rw-r--r--indra/newview/skins/default/xui/en/menu_gallery_inventory.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_gallery_inventory.xml b/indra/newview/skins/default/xui/en/menu_gallery_inventory.xml
index 929c626947..11c9988dd6 100644
--- a/indra/newview/skins/default/xui/en/menu_gallery_inventory.xml
+++ b/indra/newview/skins/default/xui/en/menu_gallery_inventory.xml
@@ -126,6 +126,22 @@
parameter="thumbnail" />
</menu_item_call>
<menu_item_call
+ label="Add to favorites"
+ layout="topleft"
+ name="favorites_add">
+ <menu_item_call.on_click
+ function="Inventory.DoToSelected"
+ parameter="favorite" />
+ </menu_item_call>
+ <menu_item_call
+ label="Remove from favorites"
+ layout="topleft"
+ name="favorites_remove">
+ <menu_item_call.on_click
+ function="Inventory.DoToSelected"
+ parameter="favorite" />
+ </menu_item_call>
+ <menu_item_call
label="Copy Asset UUID"
layout="topleft"
name="Copy Asset UUID">