diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-14 14:04:44 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-14 14:04:44 +0200 |
| commit | 4eaf3bdce7b4e7663c6ba5c206d68eacbd24949e (patch) | |
| tree | 1183bab6d548425910d5dfc71c948fb64939ec8f /desktop/Drawer.qml | |
| parent | 5fb6c9636051423254c3f36f0ff19857898c93ad (diff) | |
| download | quickshell-4eaf3bdce7b4e7663c6ba5c206d68eacbd24949e.tar.gz quickshell-4eaf3bdce7b4e7663c6ba5c206d68eacbd24949e.zip | |
fix(desktop): wire tile active state and clear connect errors
Diffstat (limited to 'desktop/Drawer.qml')
| -rw-r--r-- | desktop/Drawer.qml | 1 |
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) } |
