mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
fix(edit-docs): main window not starting properly
This commit is contained in:
@@ -44,7 +44,7 @@ async function main() {
|
||||
await import("@triliumnext/server/src/main.js");
|
||||
}
|
||||
|
||||
export async function onReady() {
|
||||
async function onReady() {
|
||||
// electron.app.setAppUserModelId('com.github.zadam.trilium');
|
||||
|
||||
// if db is not initialized -> setup process
|
||||
|
||||
Reference in New Issue
Block a user