support OPML from MindManager, fixes #1862

This commit is contained in:
zadam
2021-04-19 22:33:58 +02:00
parent 583df35231
commit a88a32acae
2 changed files with 7 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ app.on('window-all-closed', () => {
});
app.on('ready', async () => {
app.setAppUserModelId('com.github.zadam.trilium');
// app.setAppUserModelId('com.github.zadam.trilium');
// if db is not initialized -> setup process
// if db is initialized, then we need to wait until the migration process is finished