mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix sciter bundle
This commit is contained in:
@@ -61,6 +61,11 @@ pub fn make_tray() -> hbb_common::ResultType<()> {
|
||||
let mut docker_hiden = false;
|
||||
|
||||
let open_func = move || {
|
||||
#[cfg(not(feature = "flutter"))]
|
||||
{
|
||||
crate::run_me::<&str>(vec![]).ok();
|
||||
return;
|
||||
}
|
||||
#[cfg(target_os = "macos")]
|
||||
crate::platform::macos::handle_application_should_open_untitled_file();
|
||||
#[cfg(target_os = "windows")]
|
||||
|
||||
Reference in New Issue
Block a user