fix dash currentTab property
This commit is contained in:
@@ -41,7 +41,7 @@ Item {
|
|||||||
Item {
|
Item {
|
||||||
id: view
|
id: view
|
||||||
|
|
||||||
readonly property int currentIndex: root.state.currentTab
|
readonly property int currentIndex: root.dashState?.currentTab
|
||||||
readonly property Item currentItem: row.children[currentIndex]
|
readonly property Item currentItem: row.children[currentIndex]
|
||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|||||||
Reference in New Issue
Block a user