diff --git a/src/main/createWindow.ts b/src/main/createWindow.ts index c03b8279f..b0d37d8ce 100644 --- a/src/main/createWindow.ts +++ b/src/main/createWindow.ts @@ -48,7 +48,7 @@ const createWindow = async (): Promise => { mainWindowState.manage(mainWindow); // and load the index.html of the app. - await mainWindow.loadURL(MAIN_WINDOW_WEBPACK_ENTRY); + mainWindow.loadURL(MAIN_WINDOW_WEBPACK_ENTRY); Window.getInstance(); // init Windows manager Window.setWindow(mainWindow);