fix: turn off window shadow fixer, fixes #2425

This commit is contained in:
huzibaca 2024-12-23 04:36:41 +08:00
parent 47848099be
commit 4f6ca40811
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

View File

@ -144,6 +144,7 @@ pub fn create_window() {
.maximizable(true)
.additional_browser_args("--enable-features=msWebView2EnableDraggableRegions --disable-features=OverscrollHistoryNavigation,msExperimentalScrolling")
.transparent(true)
.shadow(false)
.build();
#[cfg(target_os = "macos")]