Revert "linux tray as mac tray"

This commit is contained in:
RustDesk
2023-06-25 00:45:33 +08:00
committed by GitHub
Unverified
parent 2a7a96429d
commit f635453e80
4 changed files with 5 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ flutter = ["flutter_rust_bridge"]
default = ["use_dasp"]
hwcodec = ["scrap/hwcodec"]
mediacodec = ["scrap/mediacodec"]
linux_headless = ["pam"]
linux_headless = ["pam" ]
virtual_display_driver = ["virtual_display"]
plugin_framework = []
linux-pkg-config = ["magnum-opus/linux-pkg-config", "scrap/linux-pkg-config"]
@@ -127,8 +127,6 @@ dbus = "0.9"
dbus-crossroads = "0.5"
pam = { git="https://github.com/fufesou/pam", optional = true }
users = { version = "0.11" }
dark-light = "1.0"
[target.'cfg(target_os = "android")'.dependencies]
android_logger = "0.13"