blur only work on windows and mac

This commit is contained in:
Abdenasser 2024-11-10 23:55:15 +01:00
parent ea9ae41f49
commit 9c7b1f00c4

View File

@ -303,7 +303,7 @@ fn setup_window_effects(window: &tauri::WebviewWindow) -> Result<(), Box<dyn std
Ok(())
}
#[cfg(not(target_os = "windows"))]
#[cfg(target_os = "macos")]
fn setup_window_effects(window: &tauri::WebviewWindow) -> Result<(), Box<dyn std::error::Error>> {
apply_vibrancy(
window,