refactor, remove login device info in sciter
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
3c3d1a84ef
commit
6608bf882f
3 changed files with 5 additions and 22 deletions
|
|
@ -595,8 +595,8 @@ impl UI {
|
|||
handle_relay_id(id)
|
||||
}
|
||||
|
||||
fn get_hostname(&self) -> String {
|
||||
get_hostname()
|
||||
fn get_login_device_info(&self) -> String {
|
||||
get_login_device_info_json()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -682,7 +682,7 @@ impl sciter::EventHandler for UI {
|
|||
fn get_langs();
|
||||
fn default_video_save_directory();
|
||||
fn handle_relay_id(String);
|
||||
fn get_hostname();
|
||||
fn get_login_device_info();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue