mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 16:03:39 +01:00
refactor: enable auto hide menu bar
This commit is contained in:
parent
f9f99adbf9
commit
8703124007
@ -36,7 +36,8 @@ app.on('ready', async () => {
|
||||
preload: path.join(__dirname, 'preload.js'),
|
||||
webviewTag: true
|
||||
},
|
||||
icon: path.join(__dirname, 'about/256x256.png')
|
||||
icon: path.join(__dirname, 'about/256x256.png'),
|
||||
autoHideMenuBar: true
|
||||
});
|
||||
|
||||
const url = isDev
|
||||
|
Loading…
Reference in New Issue
Block a user