Come back check space.

This commit is contained in:
Dario 2024-12-04 10:06:55 -03:00
parent 0f7780165c
commit 5de906e948
2 changed files with 8 additions and 5 deletions

View file

@ -979,10 +979,13 @@ static void DrawNextButton()
}
else
{
// Start the installer outright, this switches to the right page on its own.
InstallerStart();
g_currentPage = WizardPage::CheckSpace;
}
}
else if (g_currentPage == WizardPage::CheckSpace)
{
InstallerStart();
}
else if (g_currentPage == WizardPage::InstallSucceeded)
{
g_isDisappearing = true;
@ -1104,8 +1107,8 @@ static void DrawMessagePrompt()
{
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();
// If user confirms the message prompt that they wish to skip installing the DLC, proceed to the next step.
g_currentPage = WizardPage::CheckSpace;
}
g_currentMessagePrompt.clear();

@ -1 +1 @@
Subproject commit 5b5ad2794a2c78d50dc6a85e71954fb6b9e80ae2
Subproject commit 771f670594a2d274bfb47a209017b2616ed423cf