MAINT-7413 Display confirmation dialog after clicking Empty Trash on Trash floater
parent
8e6d54e7b9
commit
23af757686
|
|
@ -72,7 +72,7 @@ bool LLFloaterPreviewTrash::isVisible()
|
|||
|
||||
void LLFloaterPreviewTrash::onClickEmpty()
|
||||
{
|
||||
gInventory.emptyFolderType("", LLFolderType::FT_TRASH);
|
||||
gInventory.emptyFolderType("PurgeSelectedItems", LLFolderType::FT_TRASH);
|
||||
closeFloater();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue