Merge pull request #669 from UnNamedGuy0/master

Re-enabled the next button for File system Selection stage.
This commit is contained in:
Smok1e 2025-02-14 21:58:42 +03:00 committed by GitHub
commit 84ada8aba4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -418,7 +418,7 @@ end)
-- Filesystem selection stage -- Filesystem selection stage
addStage(function() addStage(function()
prevButton.disabled = false prevButton.disabled = false
nextButton.disabled = true nextButton.disabled = false
layout:addChild(GUI.object(1, 1, 1, 1)) layout:addChild(GUI.object(1, 1, 1, 1))
addTitle(0x696969, localization.select) addTitle(0x696969, localization.select)