Volume/Brightness/Microphone: fixed tooltips to new mapping
This commit is contained in:
parent
8935f9a0f9
commit
c0d6780c3d
3 changed files with 9 additions and 3 deletions
|
|
@ -81,7 +81,7 @@ Item {
|
|||
suffix: "%"
|
||||
forceOpen: displayMode === "alwaysShow"
|
||||
forceClose: displayMode === "alwaysHide"
|
||||
tooltipText: "Volume: " + Math.round(AudioService.volume * 100) + "%\nLeft click for advanced settings.\nScroll up/down to change volume.\nRight click to toggle mute."
|
||||
tooltipText: "Volume: " + Math.round(AudioService.volume * 100) + "%\nLeft click to toggle mute.\nRight click for settings.\nScroll to modify volume."
|
||||
|
||||
onWheel: function (delta) {
|
||||
wheelAccumulator += delta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue