Skip to content

Commit d6687b2

Browse files
committed
fixup
1 parent 6f5b650 commit d6687b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editor/editor.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,7 @@ func (e *Editor) connectWindowEvents() {
11651165
if runtime.GOOS == "darwin" && editor.config.Editor.EnableBackgroundBlur {
11661166
if e.blurUpdateNeeded {
11671167
e.blurUpdateNeeded = false
1168+
ws := e.workspaces[e.active]
11681169
ws.getBG()
11691170
isLight := ws.screenbg == "light"
11701171
editor.window.SetBlurEffectForMacOS(isLight)

0 commit comments

Comments
 (0)