mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-27 13:33:29 +01:00
remove tutorial prompt from installation wizard
This commit is contained in:
parent
4e5c86b8c9
commit
ca58f755d6
@ -1177,11 +1177,11 @@ BOOL CALLBACK MainDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
|
||||
|
||||
bPromptReleaseNotes = FALSE;
|
||||
|
||||
if (bPromptTutorial
|
||||
/*if (bPromptTutorial
|
||||
&& AskYesNo ("AFTER_INSTALL_TUTORIAL") == IDYES)
|
||||
{
|
||||
Applink ("beginnerstutorial", TRUE, "");
|
||||
}
|
||||
}*/
|
||||
|
||||
bPromptTutorial = FALSE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user