mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
fix ci
This commit is contained in:
parent
c1f5c20e94
commit
69b3f6660a
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ struct UIHostHandler;
|
|||
|
||||
pub fn start(args: &mut [String]) {
|
||||
let is_server = args.len() == 1 && args[0] == "--server";
|
||||
#[cfg(target_os = "macos")]
|
||||
if is_server && LocalConfig::get_option("service-as-tray") == "Y" {
|
||||
macos::make_tray();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue