added some options back to the inventory view
This commit is contained in:
@@ -567,6 +567,14 @@ void LLInvFVBridge::getClipboardEntries(bool show_asset_id, std::vector<std::str
|
||||
//items.push_back(std::string("Magic Get"));
|
||||
//items.push_back(std::string("Rez"));
|
||||
items.push_back(std::string("Open With..."));
|
||||
// for now, disable reupload
|
||||
//if(getInventoryType() == LLInventoryType::IT_ANIMATION)
|
||||
//{
|
||||
// items.push_back(std::string("Reupload..."));
|
||||
//}
|
||||
items.push_back(std::string("Save As..."));
|
||||
items.push_back(std::string("Save InvCache..."));
|
||||
// </edit>
|
||||
|
||||
items.push_back(std::string("Copy Separator"));
|
||||
|
||||
|
||||
@@ -3489,8 +3489,9 @@ bool LLInventoryCollectFunctor::itemTransferCommonlyAllowed(LLInventoryItem* ite
|
||||
// <edit> I don't even think changing this did anything
|
||||
//case LLAssetType::AT_CALLINGCARD:
|
||||
// // not allowed
|
||||
// break;
|
||||
|
||||
// break;
|
||||
// </edit>
|
||||
|
||||
case LLAssetType::AT_OBJECT:
|
||||
my_avatar = gAgent.getAvatarObject();
|
||||
if(my_avatar && !my_avatar->isWearingAttachment(item->getUUID()))
|
||||
|
||||
Reference in New Issue
Block a user