Detect missing WebView2 at startup, show download link

This commit is contained in:
2026-02-07 02:08:51 +02:00
parent df7b9affa3
commit 0fa8573c97
2 changed files with 83 additions and 1 deletions

View File

@@ -22,4 +22,4 @@ chrono = "0.4"
anyhow = "1"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser", "sysinfoapi", "windef"] }
winapi = { version = "0.3", features = ["winuser", "sysinfoapi", "windef", "winreg", "shellapi"] }