-
I tried to run the example and got this report:
```
error[E0277]: the trait bound `Window: HasRawWindowHandle` is not satisfied
--> src/main.rs:40:22
|
40 | apply_vibrancy(&window…
-
Trying this plugin with a fresh Tauri Svelte-TS project. Saw in the issues that we should use 0.1.3 until Tauri 1.1 comes out, but still having this issue:
```
thread 'main' panicked at 'called `O…
-
Code:
```
let main_window = app.get_window("main").unwrap();
#[cfg(target_os = "macos")]
apply_vibrancy(&main_window, NSVisualEffectMaterial::FullScreenUI)
.expect("Unsupported platform! …
-
Terminal really does a very good job in the Acrylic effect.
![image](https://user-images.githubusercontent.com/75798544/188049454-20302a2c-3012-44fa-9e41-18163ff4e8bc.png)
is it possible to have s…
-
For some reason, vibrancy has stopped working for me. It would load for about a second then it would get overridden by Messenger it seems.
https://user-images.githubusercontent.com/22777072/102841…
-
While messing with blurred windows I ran into tauri-apps/tauri#8632. I went with the fix suggested in tauri-apps/window-vibrancy#40 though, which is to enable decorations in rust, rather than js, sinc…
-
Hi, great extension just have a some what annoying issue.
When enabling vibrancy on VS Code (macOS) the extension adds a background in the sidebar, not sure why as the full sidebar already has the …
-
It works on 1.1.0-preview2 and amazing !
But, it didn't work on 1.1.5.......😇
It seems to have stopped working since 1.1.0 stable.
Are there any way to make it work ?
-
Hi, I'm on windows 11 and for me it's only using the Mica effect.
How can I change that to acrylic?
Thanks
-
I just got a red inkyphat, and its red color seems very, very dark. After testing all of the available versions using `sudo pip3 install inky==`, I found that it looks really good with 0.0.4, but get…