mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
Remove some arc, and add some custom client
This commit is contained in:
@@ -38,6 +38,7 @@ fn is_empty_uni_link(arg: &str) -> bool {
|
||||
/// If it returns [`Some`], then the process will continue, and flutter gui will be started.
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
pub fn core_main() -> Option<Vec<String>> {
|
||||
crate::load_custom_client();
|
||||
#[cfg(windows)]
|
||||
crate::platform::windows::bootstrap();
|
||||
let mut args = Vec::new();
|
||||
|
||||
Reference in New Issue
Block a user