Skip to content

Commit

Permalink
blur only work on windows and mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdenasser committed Nov 10, 2024
1 parent ea9ae41 commit 9c7b1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9c7b1f0

Please sign in to comment.