mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +01:00
refactor: set title
This commit is contained in:
parent
8703124007
commit
4f0d87fba4
@ -36,6 +36,7 @@ app.on('ready', async () => {
|
||||
preload: path.join(__dirname, 'preload.js'),
|
||||
webviewTag: true
|
||||
},
|
||||
title: 'Bruno',
|
||||
icon: path.join(__dirname, 'about/256x256.png'),
|
||||
autoHideMenuBar: true
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user