aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/Module.qml
diff options
context:
space:
mode:
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