[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 6 years ago
parent fff4caf0de
commit eda2e4e10a

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

Loading…
Cancel
Save