mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-16 13:24:34 +00:00
fixed disableVibrancyWhileDragging check
This commit is contained in:
@@ -415,7 +415,7 @@ export class Window {
|
|||||||
this.window.webContents.on('new-window', event => event.preventDefault())
|
this.window.webContents.on('new-window', event => event.preventDefault())
|
||||||
|
|
||||||
ipcMain.on('window-set-disable-vibrancy-while-dragging', (_event, value) => {
|
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
|
let moveEndedTimeout: any = null
|
||||||
|
Reference in New Issue
Block a user