Volume/Brightness/Microphone: fixed tooltips to new mapping

This commit is contained in:
ItsLemmy 2025-09-14 23:45:17 -04:00
parent 8935f9a0f9
commit c0d6780c3d
3 changed files with 9 additions and 3 deletions

View file

@ -95,7 +95,7 @@ Item {
suffix: "%"
forceOpen: displayMode === "alwaysShow"
forceClose: displayMode === "alwaysHide"
tooltipText: "Microphone: " + Math.round(AudioService.inputVolume * 100) + "%\nLeft click for advanced settings.\nScroll up/down to change volume.\nRight click to toggle mute."
tooltipText: "Microphone: " + Math.round(AudioService.inputVolume * 100) + "%\nLeft click to toggle mute.\nRight click for settings.\nScroll to modify volume."
onWheel: function (delta) {
wheelAccumulator += delta