mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
track non-sinks too
This commit is contained in:
@@ -73,7 +73,7 @@ Singleton {
|
||||
|
||||
PwObjectTracker {
|
||||
objects: Pipewire.nodes.values.filter(
|
||||
node => node.audio && (node.isSink || node.isSource) && !node.isStream
|
||||
node => node.audio && !node.isStream
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user