From 43a433da84c99c0bc8de0a9ef84591a4424e3041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo?= Date: Wed, 5 Feb 2025 15:00:53 -0300 Subject: [PATCH] Update installer_wizard.cpp --- UnleashedRecomp/ui/installer_wizard.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/UnleashedRecomp/ui/installer_wizard.cpp b/UnleashedRecomp/ui/installer_wizard.cpp index 0578322f..645bffed 100644 --- a/UnleashedRecomp/ui/installer_wizard.cpp +++ b/UnleashedRecomp/ui/installer_wizard.cpp @@ -844,7 +844,11 @@ static void DrawDescriptionContainer() 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"; if ((g_currentPage == g_firstPage) || (g_currentPage == WizardPage::InstallFailed))