mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-24 19:54:25 -04:00
[ui] improve progress report when disabling Windows 11 installation restrictions
* Also fix Image Options content being lost when switching language.
This commit is contained in:
parent
b043db33e6
commit
957ec183c9
11 changed files with 221 additions and 133 deletions
|
@ -2707,6 +2707,7 @@ static INT_PTR CALLBACK MainCallback(HWND hDlg, UINT message, WPARAM wParam, LPA
|
|||
InitDialog(hDlg);
|
||||
GetDevices(0);
|
||||
EnableControls(TRUE, FALSE);
|
||||
UpdateImage(FALSE);
|
||||
// The AppStore version does not need the internal check for updates
|
||||
if (!appstore_version)
|
||||
CheckForUpdates(FALSE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue