diff options
author | gwigz <gwigz@users.noreply.github.com> | 2024-10-08 18:48:54 +0100 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-10-09 11:30:41 +0800 |
commit | 0bec080221e1002ef30b01215f7cdafd552c08f2 (patch) | |
tree | 0f0e946ad935fdc4fefe78f272b9ae4a1c1c6d17 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 0efe72e7993a9a23a6f8952368548775cb0ea3ef (diff) |
Minimal favorite folder inventory feature
Utilizes the recent-ish "open in new window" functionality from `LLPanelMainInventory::newFolderWindow`
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 5ce73b2cfa..951903fe34 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -12583,4 +12583,16 @@ are wearing now. yestext="OK"/> </notification> + <notification + icon="alertmodal.tga" + name="MissingFavoriteFolder" + type="alertmodal"> +Favorite folder is missing. + +Select the "use as favorite folder" from a folder's menu to set it as the favorite folder. + <tag>fail</tag> + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> </notifications> |