From c67667b03c0e0c1c6d118a8b5feb8ca3d9ba91ca Mon Sep 17 00:00:00 2001 From: "T. Todua" <7117978+ttodua@users.noreply.github.com> Date: Sun, 8 Sep 2024 18:03:37 +0400 Subject: [PATCH 1/2] Update taskbar-volume-control.wh.cpp --- mods/taskbar-volume-control.wh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/taskbar-volume-control.wh.cpp b/mods/taskbar-volume-control.wh.cpp index 8b200ec3d..a4e2e5b00 100644 --- a/mods/taskbar-volume-control.wh.cpp +++ b/mods/taskbar-volume-control.wh.cpp @@ -659,7 +659,7 @@ BOOL OpenScrollSndVol(WPARAM wParam, LPARAM lMousePosParam) { } if (CanUseModernIndicator()) { - if (!AdjustVolumeLevelWithMouseWheel(GET_WHEEL_DELTA_WPARAM(wParam), 2)) + if (!AdjustVolumeLevelWithMouseWheel(GET_WHEEL_DELTA_WPARAM(wParam), g_settings.volumeChangeStep)) return FALSE; ShowSndVolModernIndicator(); From 79dc4002b46d4b1ada343d3feb1b4bf536a22445 Mon Sep 17 00:00:00 2001 From: "T. Todua" <7117978+ttodua@users.noreply.github.com> Date: Sun, 8 Sep 2024 18:12:31 +0400 Subject: [PATCH 2/2] Update taskbar-volume-control.wh.cpp --- mods/taskbar-volume-control.wh.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mods/taskbar-volume-control.wh.cpp b/mods/taskbar-volume-control.wh.cpp index a4e2e5b00..d59e3e608 100644 --- a/mods/taskbar-volume-control.wh.cpp +++ b/mods/taskbar-volume-control.wh.cpp @@ -71,8 +71,9 @@ issue](https://tweaker.userecho.com/topics/826-scroll-on-trackpadtouchpad-doesnt $name: Volume change step $description: >- Allows to configure the volume change that will occur with each notch of - mouse wheel movement. This option has effect only for the Windows 11, None - control indicators. For the Windows 11 indicator, must be a multiple of 2. + mouse wheel movement. For the Windows 11 indicator, must be a multiple of 2. + For Windows 10 style indicator, the step-size is only respected before Volume + indicator appears, after that it has fixed `2` step-size (unforunately, no fix atm). - oldTaskbarOnWin11: false $name: Customize the old taskbar on Windows 11 $description: >-