fix: apply_blur parameter
This commit is contained in:
parent
c0ad84a491
commit
3afbb56640
@ -61,7 +61,7 @@ fn resolve_window(app: &App) {
|
|||||||
|
|
||||||
window.set_decorations(false).unwrap();
|
window.set_decorations(false).unwrap();
|
||||||
set_shadow(&window, true).unwrap();
|
set_shadow(&window, true).unwrap();
|
||||||
apply_blur(&window).unwrap();
|
apply_blur(&window, None).unwrap();
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(target_os = "macos")]
|
#[cfg(target_os = "macos")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user