guard window-set-disable-vibrancy-while-dragging

This commit is contained in:
Eugene
2026-09-11 21:41:28 +02:00
parent a33946ac5e
commit 12562b74ce
+1 -1
View File
@@ -448,7 +448,7 @@ export class Window {
return { action: 'deny' }
})
ipcMain.on('window-set-disable-vibrancy-while-dragging', (_event, value) => {
this.on('window-set-disable-vibrancy-while-dragging', (_event, value) => {
this.disableVibrancyWhileDragging = value && this.configStore.hacks?.disableVibrancyWhileDragging
})