Skip to content

Commit

Permalink
fix(Shortcuts): Fixed settings shortcut inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Dec 14, 2017
1 parent 246132a commit ca74846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default class FranzMenu {
label: 'Settings',
accelerator: 'CmdOrCtrl+,',
click: () => {
this.actions.ui.openSettings({ path: '' });
this.actions.ui.openSettings({ path: 'app' });
},
},
{
Expand Down

0 comments on commit ca74846

Please sign in to comment.