feat (blend-settings): fix issues with package installation

This commit is contained in:
Rudra Saraswat 2023-06-25 16:01:07 +10:00
parent 525fe9a269
commit db623821ea
2 changed files with 4 additions and 5 deletions

View file

@ -183,9 +183,7 @@ app.whenReady().then(() => {
createPackageWindow()
}
} else {
setTimeout(() => {
createWindow()
}, 1000);
createWindow()
}
createTerminalWindow()