Updated defaultData.ts

This commit is contained in:
Prozilla 2024-06-18 17:35:47 +02:00
parent b231b2b72c
commit be7e239242
No known key found for this signature in database
GPG key ID: 5858DFE71CAF31EE

View file

@ -56,12 +56,12 @@ export function loadDefaultData(virtualRoot: VirtualRoot) {
file.setContent("Hello world!");
}).createFile("Info", "md", (file) => {
file.setProtected(true)
.setSource("/documents/Info.md")
.setSource("/documents/info.md")
.setIconUrl(AppsManager.getAppIconUrl(APPS.FILE_EXPLORER, "file-info"));
linkedPaths.info = file.path;
}).createFile("Prozilla", "md", (file) => {
file.setProtected(true)
.setSource("/documents/Prozilla.md");
.setSource("/documents/prozilla.md");
linkedPaths.links = file.path;
});
linkedPaths.documents = folder.path;