dashboard: fix index not initialised

This commit is contained in:
2 * r + 2 * t 2026-01-03 18:27:43 +11:00
parent 7d92c19358
commit 30adbfb42f

View file

@ -106,8 +106,9 @@ Item {
index: 2
sourceComponent: Performance {}
}
Pane {
index: 3
sourceComponent: Weather {}
}
}
@ -134,7 +135,7 @@ Item {
component Pane: Loader {
required property int index
Layout.alignment: Qt.AlignTop
Component.onCompleted: active = Qt.binding(() => {