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

@ -108,6 +108,7 @@ Item {
} }
Pane { Pane {
index: 3
sourceComponent: Weather {} sourceComponent: Weather {}
} }
} }