Desktop: add about box

pull/369/head
Zef Hemel 2023-01-25 13:54:55 +01:00
parent d5ca5b5f2f
commit ca8b8d9a84
1 changed files with 10 additions and 1 deletions

View File

@ -162,6 +162,14 @@ const template: MenuItemConstructorOptions[] = [
}, },
], ],
}, },
{
label: "Help",
submenu: [
{
role: "about",
},
],
},
]; ];
if (process.platform === "darwin") { if (process.platform === "darwin") {
@ -169,6 +177,7 @@ if (process.platform === "darwin") {
template.unshift({ template.unshift({
label: name, label: name,
submenu: [ submenu: [
{ role: "about" },
{ role: "services" }, { role: "services" },
{ type: "separator" }, { type: "separator" },
{ role: "hide" }, { role: "hide" },