Desktop: add about box
This commit is contained in:
@@ -162,6 +162,14 @@ const template: MenuItemConstructorOptions[] = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Help",
|
||||
submenu: [
|
||||
{
|
||||
role: "about",
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
if (process.platform === "darwin") {
|
||||
@@ -169,6 +177,7 @@ if (process.platform === "darwin") {
|
||||
template.unshift({
|
||||
label: name,
|
||||
submenu: [
|
||||
{ role: "about" },
|
||||
{ role: "services" },
|
||||
{ type: "separator" },
|
||||
{ role: "hide" },
|
||||
|
||||
Reference in New Issue
Block a user