From a754f991eb153c11345dfae8b88946c384439dde Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 11 Sep 2025 23:43:38 +0200 Subject: ... --- accounts/gkleen@sif/shell/quickshell/PrivacyWidget.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accounts/gkleen@sif/shell/quickshell/PrivacyWidget.qml') diff --git a/accounts/gkleen@sif/shell/quickshell/PrivacyWidget.qml b/accounts/gkleen@sif/shell/quickshell/PrivacyWidget.qml index bb02528b..d7ffadfe 100644 --- a/accounts/gkleen@sif/shell/quickshell/PrivacyWidget.qml +++ b/accounts/gkleen@sif/shell/quickshell/PrivacyWidget.qml @@ -9,7 +9,7 @@ Item { width: layout.childrenRect.width anchors.verticalCenter: parent.verticalCenter - readonly property bool active: Boolean(Privacy.activeItems) + visible: Array.from(Privacy.activeItems).length > 0 RowLayout { id: layout -- cgit v1.2.3