tsudzuki
tsudzuki
implemented with NSVfxView
> Oh, I didn't know about [window_vibrancy](https://docs.rs/window-vibrancy/0.5.0/window_vibrancy/) from the lovely Tauri folks. That's pretty cool! > > I'd still prefer to just have a boolean for a blur effect, instead...
Windows:  
> > Oh, I didn't know about [window_vibrancy](https://docs.rs/window-vibrancy/0.5.0/window_vibrancy/) from the lovely Tauri folks. That's pretty cool! > > I'd still prefer to just have a boolean for a blur effect,...
> "set_window_background_blurred(&self, bool)/is_window_background_blurred(&self) -> bool` API. i've changed to these apis, and removed all the previous `Effect` enums macOS we use FullScreenUI while Windows we use acrylic. And the implementation...
> Meanwhile, it's now possible to use window_vibrancy with Slint via raw-window-handle: #4918 I think I can make my own crate to support this feature by taking the advantage of...