mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-30 01:43:20 +03:00
fix: make event loop in tray compatible with main window
This commit is contained in:
@@ -113,7 +113,7 @@ objc_id = "0.1"
|
||||
|
||||
[target.'cfg(any(target_os = "macos", target_os = "linux"))'.dependencies]
|
||||
tray-icon = "0.4"
|
||||
tao = { git = "https://github.com/tauri-apps/tao", branch = "muda" }
|
||||
tao = { git = "https://github.com/Kingtous/tao", branch = "muda" }
|
||||
image = "0.24"
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user