diff --git a/app/lib/window.ts b/app/lib/window.ts index 38ad6c86..bd374d63 100644 --- a/app/lib/window.ts +++ b/app/lib/window.ts @@ -103,7 +103,7 @@ export class Window { } }) - this.window.on('blur',() => { + this.window.on('blur', () => { if (this.configStore.appearance?.dockHideOnBlur) { this.hide() }