diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-18 21:06:48 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-18 21:15:54 +0200 |
commit | ade79bc6f6b6269dbcb88f3dff2db6584d0c2f53 (patch) | |
tree | 67c1e35b47afa9a80f26f86effe2f9d9ca46379b /indra/newview/llpanelmaininventory.h | |
parent | 32663643c77a931892a2f8e40e011c60bc726d4e (diff) |
SL-18677 Disable materials UI when materials caps are not available
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r-- | indra/newview/llpanelmaininventory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h index 257bce930c..9a36470273 100644 --- a/indra/newview/llpanelmaininventory.h +++ b/indra/newview/llpanelmaininventory.h @@ -165,6 +165,7 @@ protected: void onCustomAction(const LLSD& command_name); bool handleDragAndDropToTrash(BOOL drop, EDragAndDropType cargo_type, EAcceptance* accept); static bool hasSettingsInventory(); + static bool hasMaterialsInventory(); /** * Set upload cost in "Upload" sub menu. */ |