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