fixed the --hidden option - fixes #5396

This commit is contained in:
Eugene Pankov
2022-01-30 19:40:29 +01:00
parent b664b9eed9
commit 6289229bf2

View File

@@ -130,7 +130,6 @@ export class Application {
this.setupMenu()
}
await window.ready
window.present()
return window
}