diff --git a/app/lib/window.ts b/app/lib/window.ts index 2f2136a8..4e623beb 100644 --- a/app/lib/window.ts +++ b/app/lib/window.ts @@ -415,7 +415,7 @@ export class Window { this.window.webContents.on('new-window', event => event.preventDefault()) ipcMain.on('window-set-disable-vibrancy-while-dragging', (_event, value) => { - this.disableVibrancyWhileDragging = value && this.configStore.hacks.disableVibrancyWhileDragging + this.disableVibrancyWhileDragging = value && this.configStore.hacks?.disableVibrancyWhileDragging }) let moveEndedTimeout: any = null