mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-09 05:50:08 +00:00
Keep the translucency effect even when the window loses focus on macOS. (#10196)
This commit is contained in:
parent
f9dadf0816
commit
66c173b1b5
@ -100,6 +100,10 @@ export class Window {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (process.platform === 'darwin') {
|
||||||
|
bwOptions.visualEffectState = 'active'
|
||||||
|
}
|
||||||
|
|
||||||
if (process.platform === 'darwin') {
|
if (process.platform === 'darwin') {
|
||||||
this.window = new BrowserWindow(bwOptions) as GlasstronWindow
|
this.window = new BrowserWindow(bwOptions) as GlasstronWindow
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user