mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
remove tutorial prompt from installation wizard
This commit is contained in:
@@ -1177,11 +1177,11 @@ BOOL CALLBACK MainDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
|
|||||||
|
|
||||||
bPromptReleaseNotes = FALSE;
|
bPromptReleaseNotes = FALSE;
|
||||||
|
|
||||||
if (bPromptTutorial
|
/*if (bPromptTutorial
|
||||||
&& AskYesNo ("AFTER_INSTALL_TUTORIAL") == IDYES)
|
&& AskYesNo ("AFTER_INSTALL_TUTORIAL") == IDYES)
|
||||||
{
|
{
|
||||||
Applink ("beginnerstutorial", TRUE, "");
|
Applink ("beginnerstutorial", TRUE, "");
|
||||||
}
|
}*/
|
||||||
|
|
||||||
bPromptTutorial = FALSE;
|
bPromptTutorial = FALSE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user