mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 19:27:03 -04:00
[updates] add "Check Now" button
* Also reword update policy and adjust timings * Also fix ISO extraction window title
This commit is contained in:
parent
bdbc9ed9c0
commit
5a53cb3b9c
7 changed files with 58 additions and 50 deletions
|
@ -1182,6 +1182,9 @@ INT_PTR CALLBACK UpdateCallback(HWND hDlg, UINT message, WPARAM wParam, LPARAM l
|
|||
case IDCANCEL:
|
||||
EndDialog(hDlg, LOWORD(wParam));
|
||||
return (INT_PTR)TRUE;
|
||||
case IDC_CHECK_NOW:
|
||||
CheckForUpdates(TRUE);
|
||||
return (INT_PTR)TRUE;
|
||||
case IDC_UPDATE_FREQUENCY:
|
||||
if (HIWORD(wParam) != CBN_SELCHANGE)
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue