Tested and fixed tray icon on Linux.

This commit is contained in:
Revertron
2025-10-29 16:39:44 +01:00
parent 8f4cbf7dc0
commit 7c11c7fbd7
6 changed files with 91 additions and 10 deletions
+3
View File
@@ -48,6 +48,9 @@ tray-icon = { version = "0.21.2", optional = true }
tinyfiledialogs = { version = "3.9.1", optional = true }
open = { version = "5.3.0", optional = true }
[target.'cfg(not(target_os = "windows"))'.dependencies]
image = { version = "0.25", default-features = false, features = ["png"] }
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["impl-default", "wincon", "shellscalingapi"] }
windows-service = "0.8.0"