Damus
Frederik Handberg · 5d
Apparently using `.glassEffect()` on the window background will break the functionality of the `.onDrop()` modifier. I wanted the Liquid Glass effect on the window background of my app, so I added th...
Frederik Handberg profile picture
I appreciate that Apple provides all the properties you can call on `NSGlassEffectView` like `tintColor`. In my case I applied a black color with 50% opacity - looks really good.

Would like to have the same options for `NSVisualEffectView`…
1
Frederik Handberg · 5d
I have long wondered if there are some private APIs to control the opacity and blur radius of the `NSVisualEffectView` 🤔 I have seen apps _(like Warp terminal)_ that allow the user to control these values.