mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-24 21:48:10 +02:00
hide mute overley on unmute.
This commit is contained in:
parent
8153f352f8
commit
bb308f8bcc
1 changed files with 1 additions and 1 deletions
|
@ -342,6 +342,7 @@
|
||||||
if (this._video) {
|
if (this._video) {
|
||||||
this._video.muted = muted
|
this._video.muted = muted
|
||||||
this.startsMuted = muted
|
this.startsMuted = muted
|
||||||
|
if (!muted) this.mutedOverlay = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -519,7 +520,6 @@
|
||||||
|
|
||||||
unmute() {
|
unmute() {
|
||||||
this.$accessor.video.setMuted(false)
|
this.$accessor.video.setMuted(false)
|
||||||
this.mutedOverlay = false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
toggleControl() {
|
toggleControl() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue