From 90b272680e5e8d9781e135a07aa36f39a8427206 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Tue, 14 Feb 2023 01:00:17 +0100 Subject: Re-enable properties menu option for inventory multi-selections --- indra/newview/llinventorybridge.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 2dd5d12ee6..81db0c45c2 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -921,12 +921,6 @@ void LLInvFVBridge::getClipboardEntries(bool show_asset_id, addDeleteContextMenuOptions(items, disabled_items); - // If multiple items are selected, disable properties (if it exists). - if ((flags & FIRST_SELECTED_ITEM) == 0) - { - disabled_items.push_back(std::string("Properties")); - } - LLInventoryPanel *active_panel = LLInventoryPanel::getActiveInventoryPanel(FALSE); if (active_panel && (active_panel->getName() != "All Items")) { -- cgit v1.2.3