From 30adbfb42f8819a77b681bb8ecd8c5b05f975360 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 3 Jan 2026 18:27:43 +1100 Subject: dashboard: fix index not initialised --- modules/dashboard/Content.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/dashboard/Content.qml b/modules/dashboard/Content.qml index 7809a27..650e974 100644 --- a/modules/dashboard/Content.qml +++ b/modules/dashboard/Content.qml @@ -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(() => { -- cgit v1.2.3-freya