From 14aa4dcdc23feafc537f06e49c48e9d693300103 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Sat, 10 Jun 2023 02:28:48 +0300 Subject: SL-19847 Delete key should not allow system folders --- indra/newview/llinventorygallery.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llinventorygallery.h') 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(); -- cgit v1.2.3