Refactor note handling to include ID generation and improve initialization logic
This commit is contained in:
@@ -66,7 +66,8 @@ Future<void> runPrimaryInstance(File ipcFile) async {
|
||||
startIpcWatcher(ipcFile);
|
||||
|
||||
// Initialize the app
|
||||
await DB.init();
|
||||
// await DB.init();
|
||||
await init();
|
||||
await windowManager.ensureInitialized();
|
||||
|
||||
WindowOptions windowOptions = const WindowOptions(
|
||||
|
Reference in New Issue
Block a user