From 479e735e7f0fc07670d4053a2bca3d098a6b36eb Mon Sep 17 00:00:00 2001 From: Caleb Norton Date: Sun, 29 Dec 2024 16:25:30 -0600 Subject: [PATCH] macos: restore 0 blur-radius when reloading config --- src/apprt/embedded.zig | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/apprt/embedded.zig b/src/apprt/embedded.zig index 451605af7..b42225906 100644 --- a/src/apprt/embedded.zig +++ b/src/apprt/embedded.zig @@ -1891,9 +1891,6 @@ pub const CAPI = struct { // Do nothing if we don't have background transparency enabled if (config.@"background-opacity" >= 1.0) return; - // Do nothing if our blur value is zero - if (config.@"background-blur-radius" == 0) return; - const nswindow = objc.Object.fromId(window); _ = CGSSetWindowBackgroundBlurRadius( CGSDefaultConnectionForThread(),