Merge pull request #393 from zyrouge/linux-qol

Better BrowserWindow
This commit is contained in:
Anoop M D 2023-10-05 20:41:31 +05:30 committed by GitHub
commit d36956e0a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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