We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5b650 commit d6687b2Copy full SHA for d6687b2
editor/editor.go
@@ -1165,6 +1165,7 @@ func (e *Editor) connectWindowEvents() {
1165
if runtime.GOOS == "darwin" && editor.config.Editor.EnableBackgroundBlur {
1166
if e.blurUpdateNeeded {
1167
e.blurUpdateNeeded = false
1168
+ ws := e.workspaces[e.active]
1169
ws.getBG()
1170
isLight := ws.screenbg == "light"
1171
editor.window.SetBlurEffectForMacOS(isLight)
0 commit comments