Skip to content
Snippets Groups Projects

Linux - Replace legacy desktop integration with modern XDG-based integration

Closed JennaHuntsman requested to merge JennaHuntsman/xdg-integration:main into main
Compare and Show latest version
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -128,7 +128,7 @@ LLFolderDictionary::LLFolderDictionary()
addEntry(LLFolderType::FT_ANIM_OVERRIDES, new FolderEntry("animover", TRUE, FALSE, FALSE));
addEntry(LLFolderType::FT_RLV, new FolderEntry("rlv", TRUE, FALSE, FALSE));
addEntry(LLFolderType::FT_LOCAL, new FolderEntry("local", TRUE, FALSE, TRUE));
addEntry(LLFolderType::FT_LOCAL, new FolderEntry("local", TRUE, FALSE, FALSE));
addEntry(LLFolderType::FT_NONE, new FolderEntry("-1", FALSE, FALSE, FALSE));
};
Loading