mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-11 16:22:09 -04:00
feat: configurable volume amount on scroll for Media widget (#1641)
* Add audioWheelScrollAmount setting * Add UI to configure volume change amount for Media Player widget * Let Media Player widget use the configured volume change on wheel event
This commit is contained in:
@@ -270,6 +270,7 @@ Singleton {
|
||||
property bool scrollTitleEnabled: true
|
||||
property bool audioVisualizerEnabled: true
|
||||
property string audioScrollMode: "volume"
|
||||
property int audioWheelScrollAmount: 5
|
||||
property bool clockCompactMode: false
|
||||
property bool focusedWindowCompactMode: false
|
||||
property bool runningAppsCompactMode: true
|
||||
|
||||
Reference in New Issue
Block a user