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

@@ -592,7 +592,7 @@ pub fn main_get_default_sound_input() -> Option<String> {
}
pub fn main_get_hostname() -> SyncReturn<String> {
SyncReturn(crate::common::hostname())
SyncReturn(get_hostname())
}
pub fn main_change_id(new_id: String) {