aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/Drawer.qml
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/Drawer.qml')
-rw-r--r--desktop/Drawer.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/Drawer.qml b/desktop/Drawer.qml
index f3b8e6d..aea6855 100644
--- a/desktop/Drawer.qml
+++ b/desktop/Drawer.qml
@@ -152,6 +152,7 @@ Scope {
width: (grid.width - 2 * grid.spacing) / 3
icon: modelData.icon
label: modelData.label
+ active: modelData.active
content: modelData.tileContent
onClicked: root.activate(modelData)
}