mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-17 08:34:27 -04:00
[misc] add notification on forced update check when no update is found
* Closes #455
This commit is contained in:
parent
716dad8a8e
commit
0f4067f591
4 changed files with 15 additions and 8 deletions
|
@ -626,6 +626,8 @@ out:
|
|||
Sleep(15000);
|
||||
}
|
||||
DownloadNewVersion();
|
||||
} else if (force_update_check) {
|
||||
PostMessage(hMainDialog, UM_NO_UPDATE, 0, 0);
|
||||
}
|
||||
force_update_check = FALSE;
|
||||
update_check_in_progress = FALSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue