From 4eaf3bdce7b4e7663c6ba5c206d68eacbd24949e Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 14 Sep 2026 14:04:44 +0200 Subject: fix(desktop): wire tile active state and clear connect errors --- desktop/Module.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'desktop/Module.qml') 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 -- cgit v1.2.3