mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 08:34:15 +01:00
set inital window-show: false (#2713)
This commit is contained in:
parent
4598bb1bdd
commit
7ca59656f2
@ -50,6 +50,7 @@ app.on('ready', async () => {
|
||||
height,
|
||||
minWidth: 1000,
|
||||
minHeight: 640,
|
||||
show: false,
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
contextIsolation: true,
|
||||
|
Loading…
Reference in New Issue
Block a user