Browse Source

fixed the --hidden option - fixes #5396

Eugene Pankov 4 years ago
parent
commit
6289229bf2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/lib/app.ts

+ 0 - 1
app/lib/app.ts

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