Skip to content

Commit

Permalink
FIX: Add missing hotkey for changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
davidibl committed Mar 2, 2020
1 parent b4d44b8 commit 06a251b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/app/mainMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export class MainMenuComponent {
KeyP: 'openFolder',
KeyK: 'showSettings',
KeyI: 'showInfo',
KeyL: 'showChangelog',
};

public fileMenuVisible$ = new BehaviorSubject(false);
Expand Down

0 comments on commit 06a251b

Please sign in to comment.