From ef8394ca1aa95ac588215ff9cebc601167a066f8 Mon Sep 17 00:00:00 2001 From: UnNamedGuy0 <156694014+UnNamedGuy0@users.noreply.github.com> Date: Fri, 14 Feb 2025 19:36:34 +0100 Subject: [PATCH] Re-enabled the next button for File system Selection stage. --- Installer/Main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer/Main.lua b/Installer/Main.lua index eaba22a7..2e62b491 100644 --- a/Installer/Main.lua +++ b/Installer/Main.lua @@ -418,7 +418,7 @@ end) -- Filesystem selection stage addStage(function() prevButton.disabled = false - nextButton.disabled = true + nextButton.disabled = false layout:addChild(GUI.object(1, 1, 1, 1)) addTitle(0x696969, localization.select)