[calamares] Tweak looks of basic-QML-sidebar

- Use the new currentStepIndex (suggested by Camilo) to see if something
  is selected / current.
main
Adriaan de Groot 5 years ago
parent fff4caf0de
commit eda2e4e10a

@ -26,7 +26,8 @@ Repeater {
color: "black"
Text {
color: completed ? "green" : "yellow"
anchors.centerIn: parent
color: index == ViewManager.currentStepIndex ? "green" : "yellow"
text: display
}
}

Loading…
Cancel
Save