Skip to content

Commit

Permalink
Fix KeyComboWindow being active by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tillvit committed Dec 11, 2024
1 parent 51d6f36 commit 88c1a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/gui/window/KeyComboWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class KeyComboWindow extends Window {
private readonly conflictCheck: (combo: KeyCombo) => string[] | "self"
private listener?: (event: KeyboardEvent) => void

static active = true
static active = false

constructor(
app: App,
Expand Down

0 comments on commit 88c1a10

Please sign in to comment.