fix dash currentTab property

This commit is contained in:
2026-08-17 18:49:47 +02:00
parent 2c62ad093c
commit db76ae7dc6
+1 -1
View File
@@ -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