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:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user