Merge pull request #4705 from 21pages/email

sciter email login, add device info
This commit is contained in:
RustDesk
2023-06-20 17:18:58 +08:00
committed by GitHub
4 changed files with 76 additions and 2 deletions

View File

@@ -585,6 +585,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 {
@@ -669,6 +673,7 @@ impl sciter::EventHandler for UI {
fn get_langs();
fn default_video_save_directory();
fn handle_relay_id(String);
fn get_hostname();
}
}