mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 02:59:20 +01:00
Re-enabled the next button for File system Selection stage.
This commit is contained in:
parent
0f83657cc8
commit
ef8394ca1a
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user