Mock tests: retry app launch until DB initializes
This commit is contained in:
parent
6bd802a03d
commit
47aff178da
25 changed files with 24 additions and 24 deletions
|
@ -1008,6 +1008,8 @@ async function createWindow() {
|
|||
return;
|
||||
}
|
||||
|
||||
mainWindow.webContents.send('ci:event', 'db-initialized', {});
|
||||
|
||||
const shouldShowWindow =
|
||||
!app.getLoginItemSettings().wasOpenedAsHidden && !startInTray;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue