mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 17:09:40 +00:00
sciter: fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
f91293bc12
commit
e560a17d05
1 changed files with 1 additions and 2 deletions
|
|
@ -107,8 +107,7 @@ pub fn start(args: &mut [String]) {
|
|||
}
|
||||
#[cfg(windows)]
|
||||
if args.len() > 0 && args[0] == "--tray" {
|
||||
let options = check_connect_status(false).1;
|
||||
crate::tray::start_tray(options);
|
||||
crate::tray::start_tray(crate::ui_interface::OPTIONS.clone());
|
||||
return;
|
||||
}
|
||||
use sciter::SCRIPT_RUNTIME_FEATURES::*;
|
||||
|
|
|
|||
Loading…
Reference in a new issue