mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
hide mute overley on unmute.
This commit is contained in:
parent
8153f352f8
commit
bb308f8bcc
@ -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…
Reference in New Issue
Block a user