summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell/PrivacyWidget.qml
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-09-11 23:43:38 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2025-09-11 23:43:38 +0200
commita754f991eb153c11345dfae8b88946c384439dde (patch)
treeca1d447272183dbef919b81a229d611068e29d37 /accounts/gkleen@sif/shell/quickshell/PrivacyWidget.qml
parent564853110a6e1367cc379bd8418d874829302d00 (diff)
downloadnixos-a754f991eb153c11345dfae8b88946c384439dde.tar
nixos-a754f991eb153c11345dfae8b88946c384439dde.tar.gz
nixos-a754f991eb153c11345dfae8b88946c384439dde.tar.bz2
nixos-a754f991eb153c11345dfae8b88946c384439dde.tar.xz
nixos-a754f991eb153c11345dfae8b88946c384439dde.zip
...
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/PrivacyWidget.qml')
-rw-r--r--accounts/gkleen@sif/shell/quickshell/PrivacyWidget.qml2
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