mirror of
https://github.com/eugeny/tabby
synced 2026-09-26 06:56:17 +00:00
guard window-set-disable-vibrancy-while-dragging
This commit is contained in:
+1
-1
@@ -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
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user