chore(demo): rename top-level note

This commit is contained in:
Elian Doran
2025-03-30 22:08:52 +03:00
parent 575201fbe8
commit e6d77f3058
171 changed files with 9160 additions and 168 deletions

View File

@@ -17,7 +17,7 @@ async function main() {
await initializeTranslations();
const zipBuffer = await createImportZip();
await initializeDatabase();
await importData(zipBuffer, NOTE_ID_USER_GUIDE);
await importData(zipBuffer, NOTE_ID_USER_GUIDE, "User Guide", "The sub-children of this note are automatically synced.");
await startElectron();
await registerHandlers();
}