1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-23 02:22:02 +03:00

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
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

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