Skip to content
Snippets Groups Projects
Unverified Commit 3afbb566 authored by GyDi's avatar GyDi Committed by GitHub
Browse files

fix: apply_blur parameter

parent c0ad84a4
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ fn resolve_window(app: &App) {
window.set_decorations(false).unwrap();
set_shadow(&window, true).unwrap();
apply_blur(&window).unwrap();
apply_blur(&window, None).unwrap();
}
#[cfg(target_os = "macos")]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment