diff --git a/app/lib/window.ts b/app/lib/window.ts index 6143e8a2..b952c471 100644 --- a/app/lib/window.ts +++ b/app/lib/window.ts @@ -420,7 +420,7 @@ export class Window { let moveEndedTimeout: any = null const onBoundsChange = () => { - if (!this.lastVibrancy?.enabled || !this.disableVibrancyWhileDragging || !this.isFluentVibrancy) { + if (!this.lastVibrancy?.enabled || !this.disableVibrancyWhileDragging || this.isFluentVibrancy) { return } this.setVibrancy(false, undefined, false)