Skip to content

Commit

Permalink
Fixed dark-mode toggle for windows/linux
Browse files Browse the repository at this point in the history
  • Loading branch information
terkelg committed Aug 29, 2016
1 parent 1cc0017 commit 85ff6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ if (process.platform === 'darwin') {
},
{
label: 'Toggle Dark Mode',
accelerator: 'CmdOrCtrl+D',
accelerator: 'Cmd+D',
click() {
sendAction('toggle-dark-mode');
}
Expand Down

0 comments on commit 85ff6ff

Please sign in to comment.