Skip to content
Snippets Groups Projects
Commit 23af7576 authored by Mnikolenko Productengine's avatar Mnikolenko Productengine
Browse files

MAINT-7413 Display confirmation dialog after clicking Empty Trash on Trash floater

parent 8e6d54e7
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ bool LLFloaterPreviewTrash::isVisible() ...@@ -72,7 +72,7 @@ bool LLFloaterPreviewTrash::isVisible()
void LLFloaterPreviewTrash::onClickEmpty() void LLFloaterPreviewTrash::onClickEmpty()
{ {
gInventory.emptyFolderType("", LLFolderType::FT_TRASH); gInventory.emptyFolderType("PurgeSelectedItems", LLFolderType::FT_TRASH);
closeFloater(); closeFloater();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment