mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
sciter email login, add device info
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -848,6 +848,10 @@ pub fn get_fingerprint() -> String {
|
||||
return ipc::get_fingerprint();
|
||||
}
|
||||
|
||||
pub fn get_hostname() -> String {
|
||||
crate::common::hostname()
|
||||
}
|
||||
|
||||
// notice: avoiding create ipc connection repeatedly,
|
||||
// because windows named pipe has serious memory leak issue.
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
|
||||
Reference in New Issue
Block a user