mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-24 22:11:38 +02:00
commit
d36956e0a4
@ -35,7 +35,10 @@ app.on('ready', async () => {
|
|||||||
contextIsolation: true,
|
contextIsolation: true,
|
||||||
preload: path.join(__dirname, 'preload.js'),
|
preload: path.join(__dirname, 'preload.js'),
|
||||||
webviewTag: true
|
webviewTag: true
|
||||||
}
|
},
|
||||||
|
title: 'Bruno',
|
||||||
|
icon: path.join(__dirname, 'about/256x256.png'),
|
||||||
|
autoHideMenuBar: true
|
||||||
});
|
});
|
||||||
|
|
||||||
const url = isDev
|
const url = isDev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user