WIP: Add first-start machine actions

This commit is contained in:
Lipu Fei 2019-03-19 12:08:42 +01:00
parent d4c0104bc2
commit 8d68db9ff0
16 changed files with 288 additions and 1559 deletions

View file

@ -67,7 +67,7 @@ Item
break
}
}
if (page_index > 0)
if (page_index >= 0)
{
currentStep = page_index
}