[VMM] Feature Request: Make Market Listings folder a system folder

Can't delete it, but now it's with the other system folders.
This commit is contained in:
Lirusaito
2019-03-30 01:26:27 -04:00
parent 8f0bda3dab
commit d419d29cc8

View File

@@ -104,7 +104,7 @@ LLFolderDictionary::LLFolderDictionary()
addEntry(LLFolderType::FT_BASIC_ROOT, new FolderEntry("basic_rt", TRUE));
addEntry(LLFolderType::FT_MARKETPLACE_LISTINGS, new FolderEntry("merchant", FALSE));
addEntry(LLFolderType::FT_MARKETPLACE_LISTINGS, new FolderEntry("merchant", TRUE));
addEntry(LLFolderType::FT_MARKETPLACE_STOCK, new FolderEntry("stock", FALSE));
addEntry(LLFolderType::FT_MARKETPLACE_VERSION, new FolderEntry("version", FALSE));