1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

disable mousewheel sliders in settings

This commit is contained in:
bbedward
2025-08-31 18:48:30 -04:00
parent a22f89b687
commit 09fdd67b49
5 changed files with 12 additions and 1 deletions

View File

@@ -204,6 +204,7 @@ Item {
maximum: 100
unit: "%"
showValue: true
wheelEnabled: false
onSliderValueChanged: newValue => {
SettingsData.setDockTransparency(
newValue / 100)