mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 01:23:43 +08:00
fix: apply_blur parameter
This commit is contained in:
parent
b2d05672b1
commit
c8cf43a255
@ -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…
x
Reference in New Issue
Block a user