Bar/Volume tooltip: reworded so it's not that big

This commit is contained in:
Sébastien Atoch 2025-08-03 22:51:37 -04:00
parent 7639900f38
commit 01be1f0bda

View file

@ -47,7 +47,7 @@ Item {
StyledTooltip {
id: volumeTooltip
text: "Volume: " + volume + "%\nScroll up/down to change volume.\nLeft click to open the input/output selection."
text: "Volume: " + volume + "%\nLeft click for advanced settings.\nScroll up/down to change volume."
positionAbove: false
tooltipVisible: !ioSelector.visible && volumeDisplay.containsMouse
targetItem: pillIndicator