mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	create tray only for main window, not setup window
This commit is contained in:
		| @@ -31,13 +31,13 @@ app.on('ready', async () => { | ||||
|         await sqlInit.dbReady; | ||||
|  | ||||
|         await windowService.createMainWindow(); | ||||
|  | ||||
|         tray.createTray(); | ||||
|     } | ||||
|     else { | ||||
|         await windowService.createSetupWindow(); | ||||
|     } | ||||
|  | ||||
|     tray.createTray() | ||||
|  | ||||
|     await windowService.registerGlobalShortcuts(); | ||||
| }); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user