fix sciter bundle
This commit is contained in:
parent
3e321327a4
commit
324447ffc8
3 changed files with 6 additions and 3 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue