sideright: audio controls: lower precision scrolling for convenience

This commit is contained in:
end-4 2025-03-29 11:09:28 +01:00
parent 67b4b5d9e0
commit f2943f766a

View file

@ -50,6 +50,7 @@ const AppVolume = (stream) => Box({
},
setup: (self) => self.hook(stream, (self) => {
self.value = stream.volume;
self.adjustment["step-increment"] = 0.1;
})
}),
// Box({