mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
Remote side has a higher priority on mouse control
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
use hbb_common::log::{debug, error, info};
|
||||
use hbb_common::log::debug;
|
||||
#[cfg(target_os = "linux")]
|
||||
use hbb_common::log::{error, info};
|
||||
#[cfg(target_os = "linux")]
|
||||
use libappindicator::AppIndicator;
|
||||
#[cfg(target_os = "linux")]
|
||||
use std::env::temp_dir;
|
||||
use std::{
|
||||
collections::HashMap,
|
||||
sync::{Arc, Mutex, RwLock},
|
||||
sync::{Arc, Mutex},
|
||||
};
|
||||
#[cfg(target_os = "windows")]
|
||||
use trayicon::{MenuBuilder, TrayIconBuilder};
|
||||
|
||||
Reference in New Issue
Block a user