Feat: show route_quota

This commit is contained in:
Dorian Zedler 2023-07-15 10:11:26 +02:00
parent cd0500c40b
commit 5694d61c4b
Signed by: dorian
GPG key ID: 989DE36109AFA354

View file

@ -33,6 +33,19 @@ ColoredItemDelegate {
NumberAnimation { target: partDel; property: "scale"; from: 0.8; to: 1.0; duration: 400 }
}
Rectangle {
visible: widgetData["route_quota"] !== null && parseInt(widgetData["route_quota"]) - 1 === thisIndex
anchors {
left: parent.left
right: parent.right
verticalCenter: parent.bottom
}
height: 3
color: Material.primaryTextColor
}
GridLayout {
id: partDelCol