translation & Rustdesk to RustDesk

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-11-21 10:55:46 +08:00
parent 9abafafcdd
commit 3100930136
11 changed files with 26 additions and 26 deletions

View File

@@ -12,7 +12,7 @@ use std::sync::Mutex;
#[cfg(windows)]
lazy_static::lazy_static! {
// If device is uninstalled though "Device Manager" Window.
// Rustdesk is unable to handle device any more...
// RustDesk is unable to handle device any more...
static ref H_SW_DEVICE: Mutex<u64> = Mutex::new(0);
}