fix(#440): bring back menu bar

This commit is contained in:
Anoop M D 2023-10-07 03:26:12 +05:30
parent 8fadaf98ae
commit 860a3b16ad

View File

@ -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