flutter_desktop: WOL & menu, mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
c474ac01cc
commit
a50482af5c
12 changed files with 311 additions and 124 deletions
|
|
@ -789,6 +789,10 @@ pub fn main_get_mouse_time() -> f64 {
|
|||
get_mouse_time()
|
||||
}
|
||||
|
||||
pub fn main_wol(id: String) {
|
||||
crate::lan::send_wol(id)
|
||||
}
|
||||
|
||||
pub fn cm_send_chat(conn_id: i32, msg: String) {
|
||||
crate::ui_cm_interface::send_chat(conn_id, msg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue