diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-16 22:22:59 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-16 22:43:10 +0300 |
commit | f608eafc3724899a16d01d4b9464a21f8fbc08d3 (patch) | |
tree | fd9811269b11e9d595615116a30fc23813287039 /indra/newview/llinventorybridge.cpp | |
parent | 26f64e4f0a007edc01996cdc0bc69121a16749b9 (diff) |
SL-19496 Fix attempts to open trash for thumnail assigment do not work.
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rw-r--r-- | indra/newview/llinventorybridge.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 02a29f2ac9..a2bf9e7cd2 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -4218,6 +4218,8 @@ void LLFolderBridge::buildContextMenuOptions(U32 flags, menuentry_vec_t& items { disabled_items.push_back(std::string("Empty Trash")); } + + items.push_back(std::string("thumbnail")); } else if(isItemInTrash()) { |