Skip to content

Commit

Permalink
feat: full menu
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed May 19, 2024
1 parent 209ea4f commit 460d577
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,18 @@ Menu.setApplicationMenu(
},
},
{ type: "separator" },
{ role: "services" },
{ type: "separator" },
{ role: "hide" },
{ role: "hideOthers" },
{ type: "separator" },
{ role: "quit" },
],
},
{ role: "fileMenu" },
{ role: "editMenu" },
{ role: "viewMenu" },
{ role: "windowMenu" },
{ role: "help" },
]),
)

0 comments on commit 460d577

Please sign in to comment.