Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit a1014be

Browse files
committed
Fix menu bug
1 parent 2357801 commit a1014be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/menu.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ module.exports = {
228228
]
229229
};
230230

231-
if (process.platform == 'windows') {
231+
if (process.platform != 'darwin') {
232232
help_menu.submenu.push({
233233
label: 'About',
234234
role: 'about'

0 commit comments

Comments
 (0)