mute source audio

This commit is contained in:
Zacharias-Brohn
2026-02-09 22:23:53 +01:00
parent 5c64cc0bb9
commit 144d763c67
11 changed files with 414 additions and 110 deletions
+2 -8
View File
@@ -150,7 +150,7 @@ Variants {
Panels {
id: panels
screen: bar.modelData
screen: scope.modelData
bar: backgroundRect
visibilities: visibilities
}
@@ -175,13 +175,7 @@ Variants {
popouts: panels.popouts
bar: bar
visibilities: visibilities
}
WindowTitle {
anchors.centerIn: parent
width: Math.min( 300, parent.width * 0.4 )
height: parent.height
z: 1
screen: scope.modelData
}
}
}