set inital window-show: false (#2713)

This commit is contained in:
Pragadesh-45 2024-08-05 17:55:06 +05:30 committed by GitHub
parent 4598bb1bdd
commit 7ca59656f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,6 +50,7 @@ app.on('ready', async () => {
height,
minWidth: 1000,
minHeight: 640,
show: false,
webPreferences: {
nodeIntegration: true,
contextIsolation: true,