fixed exiting fullscreen with vibrancy (fixes #407)

This commit is contained in:
Eugene Pankov
2018-09-22 12:03:43 +02:00
parent cce49c69d6
commit 5863ea0de1

View File

@@ -106,7 +106,7 @@ export class HostAppService {
toggleFullscreen () { toggleFullscreen () {
let window = this.getWindow() let window = this.getWindow()
window.setFullScreen(!window.isFullScreen()) window.setFullScreen(!this.isFullScreen)
} }
openDevTools () { openDevTools () {