Edit menulayout

This commit is contained in:
Agampreet Singh
2023-03-27 00:49:02 +05:30
parent 97ac91b64a
commit 5ceccb3510

18
main.js
View File

@@ -88,24 +88,6 @@ contextMenu({
});
const menulayout = [
...(process.platform === "darwin"
? [
{
label: app.name,
submenu: [
{ role: "about" },
{ type: "separator" },
{ role: "services" },
{ type: "separator" },
{ role: "hide" },
{ role: "hideothers" },
{ role: "unhide" },
{ type: "separator" },
{ role: "quit" },
],
},
]
: []),
{
label: "Application",
submenu: [