mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: display notice about creating new Rescue Disk at first boot after upgrade.
This commit is contained in:
@@ -8531,6 +8531,10 @@ BOOL CALLBACK MainDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
|
||||
ShowWindow (hwndDlg, SW_RESTORE);
|
||||
return 1;
|
||||
|
||||
case VC_APPMSG_CREATE_RESCUE_DISK:
|
||||
CreateRescueDisk (hwndDlg);
|
||||
return 1;
|
||||
|
||||
case WM_COPYDATA:
|
||||
{
|
||||
PCOPYDATASTRUCT cd = (PCOPYDATASTRUCT)lParam;
|
||||
|
||||
Reference in New Issue
Block a user