show fingerprint

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-04-19 14:39:22 +08:00
parent 08c4d2a1cf
commit 1100b2a465
53 changed files with 350 additions and 28 deletions

View File

@@ -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();