sciter: fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
f91293bc12
commit
e560a17d05
@ -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::*;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user