mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-31 17:11:02 +03:00
ifix PRO
This commit is contained in:
@@ -119,9 +119,11 @@ async fn start_hbbs_sync_async() {
|
|||||||
Ok(x) => {
|
Ok(x) => {
|
||||||
sysinfo_ver = x.clone();
|
sysinfo_ver = x.clone();
|
||||||
x == ver
|
x == ver
|
||||||
|
*PRO.lock().unwrap() = true;
|
||||||
}
|
}
|
||||||
_ => {
|
_ => {
|
||||||
true // if failed to get sysinfo_ver, we assume it's the same version
|
false // to make sure Pro can be assigned in below post for old
|
||||||
|
// hbbs pro not supporting sysinfo_ver
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
if samever {
|
if samever {
|
||||||
|
|||||||
Reference in New Issue
Block a user