add volume wheel

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