Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Fix double separator on Windows
Browse files Browse the repository at this point in the history
Auditors: @aekeus
  • Loading branch information
bbondy committed Feb 19, 2016
1 parent 5396b55 commit 2257a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ const init = (settingsState, args) => {
]

if (!isDarwin) {
editSubmenu.push(CommonMenu.separatorMenuItem, CommonMenu.preferencesMenuItem)
editSubmenu.push(CommonMenu.preferencesMenuItem)
}

var template = [
Expand Down

1 comment on commit 2257a56

@aekeus
Copy link
Member

@aekeus aekeus commented on 2257a56 Feb 19, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

win-preferences-single

++ Looks good

Please sign in to comment.