Skip to content

Commit

Permalink
fix: shortcuts not working #2887
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Dec 15, 2023
1 parent 0e58c23 commit 7200fcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ function registerShowAppShortCuts(cfg: KeyboardConfig): void {
];

if (cfg) {
return;
Object.keys(cfg)
.filter((key: string) => GLOBAL_KEY_CFG_KEYS.includes(key as keyof KeyboardConfig))
.forEach((key: string) => {
Expand Down

0 comments on commit 7200fcb

Please sign in to comment.