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

View File

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