Skip to content

Commit ca74846

Browse files
committed
fix(Shortcuts): Fixed settings shortcut inconsistency
1 parent 246132a commit ca74846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default class FranzMenu {
167167
label: 'Settings',
168168
accelerator: 'CmdOrCtrl+,',
169169
click: () => {
170-
this.actions.ui.openSettings({ path: '' });
170+
this.actions.ui.openSettings({ path: 'app' });
171171
},
172172
},
173173
{

0 commit comments

Comments
 (0)