mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 12:51:42 +00:00
Update installer_wizard.cpp
This commit is contained in:
parent
ad9c38f19f
commit
43a433da84
1 changed files with 5 additions and 1 deletions
|
|
@ -844,7 +844,11 @@ static void DrawDescriptionContainer()
|
||||||
selectIcon = EButtonIcon::LMB;
|
selectIcon = EButtonIcon::LMB;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (g_currentPage != WizardPage::Installing && textAlpha >= 1.0)
|
if (g_currentPage == WizardPage::InstallSucceeded && textAlpha >= 1.0)
|
||||||
|
{
|
||||||
|
ButtonGuide::Open(Button(Localise("Common_Select"), selectIcon));
|
||||||
|
}
|
||||||
|
else if (g_currentPage != WizardPage::Installing && textAlpha >= 1.0)
|
||||||
{
|
{
|
||||||
const char *backKey = "Common_Back";
|
const char *backKey = "Common_Back";
|
||||||
if ((g_currentPage == g_firstPage) || (g_currentPage == WizardPage::InstallFailed))
|
if ((g_currentPage == g_firstPage) || (g_currentPage == WizardPage::InstallFailed))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue