mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
@@ -470,6 +470,10 @@ impl UI {
|
||||
get_version()
|
||||
}
|
||||
|
||||
fn get_fingerprint(&self) -> String {
|
||||
get_fingerprint()
|
||||
}
|
||||
|
||||
fn get_app_name(&self) -> String {
|
||||
get_app_name()
|
||||
}
|
||||
@@ -649,6 +653,7 @@ impl sciter::EventHandler for UI {
|
||||
fn get_software_update_url();
|
||||
fn get_new_version();
|
||||
fn get_version();
|
||||
fn get_fingerprint();
|
||||
fn update_me(String);
|
||||
fn show_run_without_install();
|
||||
fn run_without_install();
|
||||
|
||||
Reference in New Issue
Block a user