Set appropriate appMenu submenu role

This commit is contained in:
Germain Souquet 2021-04-26 17:12:13 +01:00
parent 8f4c827089
commit 8ae641bc59

View file

@ -125,6 +125,7 @@ function buildMenuTemplate() {
if (process.platform === 'darwin') {
template.unshift({
// first macOS menu is the name of the app
role: 'appMenu',
label: app.name,
submenu: [
{