Add taskbar settings, fix audio IO
This commit is contained in:
parent
5080c648ec
commit
8b54996d9f
9 changed files with 616 additions and 595 deletions
|
|
@ -24,7 +24,7 @@ Item {
|
|||
textColor: Theme.textPrimary
|
||||
StyledTooltip {
|
||||
id: volumeTooltip
|
||||
text: "Volume: " + volume + "%\nScroll up/down to change volume"
|
||||
text: "Volume: " + volume + "%\nScroll up/down to change volume.\nLeft click to open the input/output selection."
|
||||
tooltipVisible: !ioSelector.visible && volumeDisplay.containsMouse
|
||||
targetItem: pillIndicator
|
||||
delay: 200
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue