sciter email login, add device info

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-06-20 10:29:27 +08:00
parent af309096c9
commit 42798870c1
4 changed files with 76 additions and 2 deletions

View File

@@ -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")))]