summaryrefslogtreecommitdiff
path: root/modules/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dashboard')
-rw-r--r--modules/dashboard/Tabs.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/dashboard/Tabs.qml b/modules/dashboard/Tabs.qml
index df716e0..d29ee42 100644
--- a/modules/dashboard/Tabs.qml
+++ b/modules/dashboard/Tabs.qml
@@ -27,6 +27,8 @@ Item {
currentIndex: root.state.currentTab
background: null
+ onCurrentIndexChanged: root.state.currentTab = currentIndex
+
Tab {
iconName: "dashboard"
text: qsTr("Dashboard")