change to rustdesk/rdev and remove warn
This commit is contained in:
parent
fa3618f406
commit
22d071d2ef
3 changed files with 27 additions and 4 deletions
|
|
@ -21,8 +21,9 @@
|
|||
use super::{video_qos::VideoQoS, *};
|
||||
#[cfg(windows)]
|
||||
use crate::portable_service::client::PORTABLE_SERVICE_RUNNING;
|
||||
#[cfg(windows)]
|
||||
use hbb_common::get_version_number;
|
||||
use hbb_common::{
|
||||
get_version_number,
|
||||
tokio::sync::{
|
||||
mpsc::{unbounded_channel, UnboundedReceiver, UnboundedSender},
|
||||
Mutex as TokioMutex,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue