mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 13:15:40 +00:00
@@ -35,7 +35,10 @@ app.on('ready', async () => {
|
||||
contextIsolation: true,
|
||||
preload: path.join(__dirname, 'preload.js'),
|
||||
webviewTag: true
|
||||
}
|
||||
},
|
||||
title: 'Bruno',
|
||||
icon: path.join(__dirname, 'about/256x256.png'),
|
||||
autoHideMenuBar: true
|
||||
});
|
||||
|
||||
const url = isDev
|
||||
|
||||
Reference in New Issue
Block a user