#4149 Empty Outfit folders cannot be moved

master
Andrey Kleshchev 2025-05-23 20:00:10 +03:00 committed by Andrey Kleshchev
parent 26adfd9910
commit 2df00437d1
1 changed files with 2 additions and 2 deletions

View File

@ -2350,9 +2350,9 @@ bool can_move_to_my_outfits_as_outfit(LLInventoryModel* model, LLInventoryCatego
return false;
}
if (items->size() == 0)
if (items->size() == 0 && inv_cat->getPreferredType() != LLFolderType::FT_OUTFIT)
{
// Nothing to move(create)
// Nothing to create an outfit folder from
return false;
}