Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Fix shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Sep 19, 2022
1 parent b88fc86 commit 4942eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/libraries/shortcuts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export const registerShortcuts = () => {
})
}

if (settings.shortcuts.exit) {
if (settings.shortcuts.exit !== "None") {
globalShortcut.register(settings.shortcuts.exit, async () => {
exit()
})
Expand Down

0 comments on commit 4942eba

Please sign in to comment.