修复windows下有时无法取消对话的情况

This commit is contained in:
xintaofei
2026-03-09 19:28:26 +08:00
parent 160326b703
commit 33a8d71985
3 changed files with 208 additions and 23 deletions

View File

@@ -56,6 +56,7 @@ tauri-plugin-process = "2"
[target.'cfg(target_os = "windows")'.dependencies]
windows-sys = { version = "0.59", features = ["Win32_Storage_FileSystem"] }
kill_tree = "0.2"
[patch.crates-io]
sacp-tokio = { path = "vendor/sacp-tokio" }