修复任务栏图标 (#3457)

This commit is contained in:
阿南
2026-06-04 23:32:32 +08:00
committed by GitHub
parent dadefdee77
commit 8e7d167ace
3 changed files with 27 additions and 2 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ webkit2gtk = { version = "2.0.1", features = ["v2_16"] }
[target.'cfg(target_os = "windows")'.dependencies]
winreg = "0.52"
windows-sys = { version = "0.61", features = ["Win32_Globalization"] }
windows-sys = { version = "0.61", features = ["Win32_Globalization", "Win32_UI_Shell"] }
[target.'cfg(target_os = "macos")'.dependencies]
objc2 = "0.5"