mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-28 07:51:31 +00:00
## Issue Fixes 4460 `unmuted state lost / reverted` 1. Play a video. 2. Press mute. 3. Drag the volume bar to unmute. 4. Play a new video --> the video starts muted. ## Fix The `volumechange` handler was comparing against stale variables, so there are times where the state was not saved. Just save both `muted` and `volume` without additional gating (the gating is probably unnecessary in the first place, since we are in a onChange function). |
||
---|---|---|
.. | ||
appViewer | ||
threeViewer | ||
videoViewer | ||
codeViewer.jsx | ||
comicBookViewer.jsx | ||
documentViewer.jsx | ||
docxViewer.jsx | ||
htmlViewer.jsx | ||
imageViewer.jsx | ||
pdfViewer.jsx |