mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
feat: support create shortcut for peers
This commit is contained in:
@@ -973,6 +973,11 @@ pub fn main_wol(id: String) {
|
||||
crate::lan::send_wol(id)
|
||||
}
|
||||
|
||||
pub fn main_create_shortcut(_id: String) {
|
||||
#[cfg(windows)]
|
||||
create_shortcut(_id);
|
||||
}
|
||||
|
||||
pub fn cm_send_chat(conn_id: i32, msg: String) {
|
||||
crate::ui_cm_interface::send_chat(conn_id, msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user