diff --git a/packages/bruno-electron/src/index.js b/packages/bruno-electron/src/index.js index 3908373e..3f67b8a9 100644 --- a/packages/bruno-electron/src/index.js +++ b/packages/bruno-electron/src/index.js @@ -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