Skip to content

Commit

Permalink
fix: #416
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaUnknown committed Feb 8, 2024
1 parent 00e3989 commit 4cabb01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/views/Player/Player.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@
}
function playPause () {
paused = !paused
resetImmerse()
}
function toggleMute () {
muted = !muted
Expand Down Expand Up @@ -645,6 +646,7 @@
}
function toggleImmerse () {
clearTimeout(immerseTimeout)
immersed = !immersed
}
Expand Down

0 comments on commit 4cabb01

Please sign in to comment.