mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-07 19:01:28 +03:00
@@ -63,8 +63,8 @@ pub fn make_tray() -> hbb_common::ResultType<()> {
|
||||
let open_func = move || {
|
||||
#[cfg(not(feature = "flutter"))]
|
||||
{
|
||||
crate::run_me::<&str>(vec![]).ok();
|
||||
return;
|
||||
crate::run_me::<&str>(vec![]).ok();
|
||||
return;
|
||||
}
|
||||
#[cfg(target_os = "macos")]
|
||||
crate::platform::macos::handle_application_should_open_untitled_file();
|
||||
|
||||
Reference in New Issue
Block a user