mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
Merge pull request #1469 from fufesou/fix_build_220907
sciter: fix build windows
This commit is contained in:
@@ -107,8 +107,7 @@ pub fn start(args: &mut [String]) {
|
|||||||
}
|
}
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
if args.len() > 0 && args[0] == "--tray" {
|
if args.len() > 0 && args[0] == "--tray" {
|
||||||
let options = check_connect_status(false).1;
|
crate::tray::start_tray(crate::ui_interface::OPTIONS.clone());
|
||||||
crate::tray::start_tray(options);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
use sciter::SCRIPT_RUNTIME_FEATURES::*;
|
use sciter::SCRIPT_RUNTIME_FEATURES::*;
|
||||||
|
|||||||
Reference in New Issue
Block a user