mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
add volume wheel
This commit is contained in:
@@ -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 = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user