add volume wheel

This commit is contained in:
jeffvli
2025-11-04 21:57:13 -08:00
parent 3c93167abb
commit a452495c22
@@ -164,9 +164,9 @@ export const RightControls = () => {
volumeToSet = calculateVolumeUp(volume, volumeWheelStep);
}
remote?.updateVolume(volumeToSet);
setVolume(volumeToSet);
},
[volume, volumeWheelStep],
[setVolume, volume, volumeWheelStep],
);
const handleToggleQueue = () => {