From 01be1f0bda804b93daf1d56d4a49cfdc76313f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Atoch?= Date: Sun, 3 Aug 2025 22:51:37 -0400 Subject: [PATCH] Bar/Volume tooltip: reworded so it's not that big --- Bar/Modules/Volume.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bar/Modules/Volume.qml b/Bar/Modules/Volume.qml index a7082fd..36e2be6 100644 --- a/Bar/Modules/Volume.qml +++ b/Bar/Modules/Volume.qml @@ -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