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
|
||||
},
|
||||
title: 'Bruno',
|
||||
icon: path.join(__dirname, 'about/256x256.png'),
|
||||
autoHideMenuBar: true
|
||||
icon: path.join(__dirname, 'about/256x256.png')
|
||||
// we will bring this back
|
||||
// see https://github.com/usebruno/bruno/issues/440
|
||||
// autoHideMenuBar: true
|
||||
});
|
||||
|
||||
const url = isDev
|
||||
|
Loading…
Reference in New Issue
Block a user