mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-16 09:41:01 +03:00
feat: show my cursor (#12745)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -574,6 +574,12 @@ pub fn core_main() -> Option<Vec<String>> {
|
||||
crate::flutter::connection_manager::start_cm_no_ui();
|
||||
}
|
||||
return None;
|
||||
} else if args[0] == "--whiteboard" {
|
||||
#[cfg(target_os = "windows")]
|
||||
{
|
||||
crate::whiteboard::run();
|
||||
}
|
||||
return None;
|
||||
} else if args[0] == "-gtk-sudo" {
|
||||
// rustdesk service kill `rustdesk --` processes
|
||||
#[cfg(target_os = "linux")]
|
||||
|
||||
Reference in New Issue
Block a user