Archived
2
0

fix hideControls muting sound, #131.

This commit is contained in:
Miroslav Šedivý 2022-01-17 20:02:01 +01:00
parent 9f3086a05a
commit 54a152ddad

View File

@ -181,10 +181,12 @@
} }
@Watch('hideControls', { immediate: true }) @Watch('hideControls', { immediate: true })
onHideControls() { onHideControls(enabled: boolean) {
if (enabled) {
this.$accessor.video.setMuted(false) this.$accessor.video.setMuted(false)
this.$accessor.settings.setSound(false) this.$accessor.settings.setSound(false)
} }
}
controlAttempt() { controlAttempt() {
if (this.shakeKbd || this.$accessor.remote.hosted) return if (this.shakeKbd || this.$accessor.remote.hosted) return