mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-27 21:24:17 -04:00
[loc] flag "Deleting partitions" message as a potential lengthy operation
* Also use this update to factorize all "This may take a while" messages.
This commit is contained in:
parent
ba3665d990
commit
3b327bff83
7 changed files with 166 additions and 127 deletions
|
@ -3397,7 +3397,7 @@ relaunch:
|
|||
if ((msg.message == WM_SYSKEYDOWN) && (msg.wParam == 'G')) {
|
||||
enable_VHDs = !enable_VHDs;
|
||||
WriteSettingBool(SETTING_DISABLE_VHDS, !enable_VHDs);
|
||||
PrintStatusTimeout(lmprintf(MSG_307), enable_VHDs);
|
||||
PrintStatusTimeout(lmprintf(MSG_308), enable_VHDs);
|
||||
GetDevices(0);
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue