From 6289229bf2bfb29fa70e4afb9880851ecabed00d Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sun, 30 Jan 2022 19:40:29 +0100 Subject: [PATCH] fixed the --hidden option - fixes #5396 --- app/lib/app.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/lib/app.ts b/app/lib/app.ts index 1fa9323e..0d20cb8a 100644 --- a/app/lib/app.ts +++ b/app/lib/app.ts @@ -130,7 +130,6 @@ export class Application { this.setupMenu() } await window.ready - window.present() return window }