mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
launchbar WIP
This commit is contained in:
@@ -8,7 +8,8 @@ function setupPage(req, res) {
|
||||
if (sqlInit.isDbInitialized()) {
|
||||
if (utils.isElectron()) {
|
||||
const windowService = require('../services/window');
|
||||
windowService.createMainWindow();
|
||||
const {app} = require('electron');
|
||||
windowService.createMainWindow(app);
|
||||
windowService.closeSetupWindow();
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user