fix: windows shadow

This commit is contained in:
DecDuck
2024-12-24 14:41:03 +11:00
parent 694f2fd46e
commit 9a8cc594f0
4 changed files with 195 additions and 316 deletions

View File

@ -206,6 +206,7 @@ pub fn run() {
.min_inner_size(1000.0, 500.0)
.inner_size(1536.0, 864.0)
.decorations(false)
.shadow(false)
.data_directory(DATA_ROOT_DIR.lock().unwrap().join(".webview"))
.build()
.unwrap();