diff options
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/PrivacyWidget.qml')
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/PrivacyWidget.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
9 | width: layout.childrenRect.width | 9 | width: layout.childrenRect.width |
10 | anchors.verticalCenter: parent.verticalCenter | 10 | anchors.verticalCenter: parent.verticalCenter |
11 | 11 | ||
12 | readonly property bool active: Boolean(Privacy.activeItems) | 12 | visible: Array.from(Privacy.activeItems).length > 0 |
13 | 13 | ||
14 | RowLayout { | 14 | RowLayout { |
15 | id: layout | 15 | id: layout |