aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/Module.qml
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-14 14:04:44 +0200
committerDanilo M. <danix@danix.xyz>2026-09-14 14:04:44 +0200
commit4eaf3bdce7b4e7663c6ba5c206d68eacbd24949e (patch)
tree1183bab6d548425910d5dfc71c948fb64939ec8f /desktop/Module.qml
parent5fb6c9636051423254c3f36f0ff19857898c93ad (diff)
downloadquickshell-4eaf3bdce7b4e7663c6ba5c206d68eacbd24949e.tar.gz
quickshell-4eaf3bdce7b4e7663c6ba5c206d68eacbd24949e.zip
fix(desktop): wire tile active state and clear connect errors
Diffstat (limited to 'desktop/Module.qml')
-rw-r--r--desktop/Module.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/Module.qml b/desktop/Module.qml
index eabe434..7c13b9b 100644
--- a/desktop/Module.qml
+++ b/desktop/Module.qml
@@ -35,6 +35,9 @@ QtObject {
// module implements its own lifetime. Pages are lazily loaded either way.
property bool alwaysActive: false
+ // Whether the tile should render in its active accent. Default false.
+ property bool active: false
+
// Rendered inside the tile, below the icon: a short state line. Null for
// a tile that says nothing beyond its label.
property Component tileContent: null