diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-10 02:28:48 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-06-10 02:28:48 +0300 |
commit | 14aa4dcdc23feafc537f06e49c48e9d693300103 (patch) | |
tree | 1c0af372af7a255e9e3fa62ac2637ddd429ddd47 /indra/newview/llinventorygallery.h | |
parent | 417dbeb68ef842a8eee22ebab35c89ddee653619 (diff) |
SL-19847 Delete key should not allow system folders
Diffstat (limited to 'indra/newview/llinventorygallery.h')
-rw-r--r-- | indra/newview/llinventorygallery.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorygallery.h b/indra/newview/llinventorygallery.h index e71e2eddcd..6fbd1556e5 100644 --- a/indra/newview/llinventorygallery.h +++ b/indra/newview/llinventorygallery.h @@ -152,6 +152,7 @@ public: // Copy & paste & delete static void onDelete(const LLSD& notification, const LLSD& response, const LLUUID& selected_id); void deleteSelection(); + bool canDeleteSelection(); void pasteAsLink(); void claimEditHandler(); |