Add extra condition for starting the installer.

This commit is contained in:
Dario 2024-12-03 22:11:33 -03:00
parent 81e76972ac
commit 0d696b53eb

View file

@ -1032,7 +1032,7 @@ static void DrawMessagePrompt()
if (messageWindowReturned)
{
if (g_currentMessagePromptConfirmation && (g_currentMessageResult == 0))
if (g_currentMessagePromptConfirmation && (g_currentMessageResult == 0) && (g_currentPage == WizardPage::SelectDLC))
{
// If user confirms the message prompt that they wish to skip installing the DLC, start the installer.
InstallerStart();