mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(audioservice): another Qt-11 warning fix
This commit is contained in:
@@ -223,7 +223,12 @@ Singleton {
|
||||
// Track links to the default sink to find active streams
|
||||
PwNodeLinkTracker {
|
||||
id: sinkLinkTracker
|
||||
node: root.sink
|
||||
}
|
||||
|
||||
onSinkChanged: {
|
||||
if (root.sink) {
|
||||
sinkLinkTracker.node = root.sink;
|
||||
}
|
||||
}
|
||||
|
||||
// Track all streams globally to prevent binding loops for filtered out streams
|
||||
|
||||
Reference in New Issue
Block a user