mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-16 04:11:29 +00:00
refactor: set title
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user