mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 11:42:21 +08:00
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();
|
||||
set_shadow(&window, true).unwrap();
|
||||
apply_blur(&window).unwrap();
|
||||
apply_blur(&window, None).unwrap();
|
||||
}
|
||||
|
||||
#[cfg(target_os = "macos")]
|
||||
|
|
Loading…
Reference in New Issue
Block a user