Skip to content

Commit

Permalink
Fix menu
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee committed Dec 2, 2024
1 parent 6cdf602 commit b71f709
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions enjoy/src/main/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ ${log}
submenu: [
{ role: "about" },
{ type: "separator" },
{ role: "togglefullscreen" },
{ role: "hide" },
{ role: "unhide" },
{ type: "separator" },
Expand All @@ -663,6 +664,7 @@ ${log}
{ role: "cut" },
{ role: "copy" },
{ role: "paste" },
{ role: "selectAll" },
],
},
{
Expand Down

0 comments on commit b71f709

Please sign in to comment.