From db76ae7dc61f1f7b1cab0bfcf04c1e406a713cb5 Mon Sep 17 00:00:00 2001 From: zach Date: Mon, 17 Aug 2026 18:49:47 +0200 Subject: [PATCH] fix dash currentTab property --- Modules/Dashboard/Content.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Dashboard/Content.qml b/Modules/Dashboard/Content.qml index 1bc0ca1..fc465b2 100644 --- a/Modules/Dashboard/Content.qml +++ b/Modules/Dashboard/Content.qml @@ -41,7 +41,7 @@ Item { Item { id: view - readonly property int currentIndex: root.state.currentTab + readonly property int currentIndex: root.dashState?.currentTab readonly property Item currentItem: row.children[currentIndex] anchors.fill: parent