volume mixer

This commit is contained in:
end-4
2025-04-20 17:53:17 +02:00
parent e66c942790
commit 19ba832938
4 changed files with 191 additions and 3 deletions
@@ -9,7 +9,7 @@ ToolTip {
property bool extraVisibleCondition: true
padding: 7
visible: (extraVisibleCondition && parent.hovered)
visible: (extraVisibleCondition && (parent.hovered === undefined || parent?.hovered))
background: Rectangle {
color: Appearance.colors.colTooltip