[calamares] Tweak looks of basic-QML-sidebar
- Use the new currentStepIndex (suggested by Camilo) to see if something is selected / current.
This commit is contained in:
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…
Reference in New Issue
Block a user