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

@@ -589,6 +589,10 @@ impl UI {
fn handle_relay_id(&self, id: String) -> String {
handle_relay_id(id)
}
fn get_hostname(&self) -> String {
get_hostname()
}
}
impl sciter::EventHandler for UI {
@@ -673,6 +677,7 @@ impl sciter::EventHandler for UI {
fn get_langs();
fn default_video_save_directory();
fn handle_relay_id(String);
fn get_hostname();
}
}