fix: multiple tray icon related: #464

This commit is contained in:
Kevin Yue
2025-02-09 08:23:40 +00:00
parent fe3d3df662
commit c70c7ee5b9
4 changed files with 81 additions and 59 deletions

View File

@@ -39,6 +39,9 @@ clap-verbosity-flag = { workspace = true, optional = true }
env_logger = { workspace = true, optional = true }
log-reload = { version = "0.1", optional = true }
[target.'cfg(not(any(target_os="macos", target_os="windows")))'.dependencies]
gtk = "0.18"
[features]
tauri = ["dep:tauri"]
clap = ["dep:clap", "dep:clap-verbosity-flag"]