update machine-uid for x86 sciter access x64 machine id

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-07-02 17:13:23 +08:00
parent 6f3123bf02
commit c42fbe3d45
6 changed files with 13 additions and 7 deletions

View File

@@ -552,7 +552,7 @@ impl UI {
}
fn is_ok_change_id(&self) -> bool {
machine_uid::get().is_ok()
hbb_common::machine_uid::get().is_ok()
}
fn get_async_job_status(&self) -> String {