Skip to content

Commit

Permalink
Add about on windows/linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcooper authored Aug 13, 2023
1 parent 925c52e commit 497271b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ if (squirrelCheck || !singleInstanceLock) {
// { role: 'fileMenu' }
{
label: "File",
submenu: [...(isMac ? [{ role: "close" }] : [{ role: "quit" }])]
submenu: [...(isMac ? [{ role: "close" }] : [{role: "about"}, { role: "quit" }])]
},
// { role: 'editMenu' }
{
Expand Down

0 comments on commit 497271b

Please sign in to comment.