Re-enabled the next button for File system Selection stage.

This commit is contained in:
UnNamedGuy0 2025-02-14 19:36:34 +01:00 committed by GitHub
parent 0f83657cc8
commit ef8394ca1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)