forked from extern/bruno
fix(#440): bring back menu bar
This commit is contained in:
parent
8fadaf98ae
commit
860a3b16ad
@ -37,8 +37,10 @@ app.on('ready', async () => {
|
|||||||
webviewTag: true
|
webviewTag: true
|
||||||
},
|
},
|
||||||
title: 'Bruno',
|
title: 'Bruno',
|
||||||
icon: path.join(__dirname, 'about/256x256.png'),
|
icon: path.join(__dirname, 'about/256x256.png')
|
||||||
autoHideMenuBar: true
|
// we will bring this back
|
||||||
|
// see https://github.com/usebruno/bruno/issues/440
|
||||||
|
// autoHideMenuBar: true
|
||||||
});
|
});
|
||||||
|
|
||||||
const url = isDev
|
const url = isDev
|
||||||
|
Loading…
Reference in New Issue
Block a user