Fixded a bug that would make the video overlay hidden if fullscreen mode is set while minimized

This commit is contained in:
Kylart 2018-07-04 08:47:01 +02:00
parent 47ab28b68b
commit 7e4a2f57dc
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@
this.fullscreen = !this.fullscreen
await this.$axios.get('/_fullScreen', { params: { bool: this.fullscreen } })
this.isMinimized = false
if (this.fullscreen) {
this.z = 3
this.width = 100