1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-08 12:13:31 -04:00

Feature/privacy widget fix (#772)

* Fix active camera icon

* Fix active camera icon
This commit is contained in:
Pi Home Server
2025-11-20 18:30:23 +01:00
committed by GitHub
parent 2ed6c33c83
commit f1bed4d6a3
+1 -1
View File
@@ -34,7 +34,7 @@ Singleton {
}
PwObjectTracker {
objects: Pipewire.nodes.values.filter(node => node.audio && !node.isStream)
objects: Pipewire.nodes.values.filter(node => !node.isStream)
}
readonly property bool cameraActive: {