mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
fix check update (#9444)
check_software_update runs in a new thread, won't return directly Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -570,3 +570,5 @@ enum WindowsTarget {
|
||||
extension WindowsTargetExt on int {
|
||||
WindowsTarget get windowsVersion => getWindowsTarget(this);
|
||||
}
|
||||
|
||||
const kCheckSoftwareUpdateFinish = 'check_software_update_finish';
|
||||
Reference in New Issue
Block a user