This commit is contained in:
Markus Olsson 2016-06-22 18:36:37 +02:00
parent 7c2562f0ac
commit 517653bf27

View file

@ -77,7 +77,7 @@ export default class AppWindow {
}
private getWindowState(): WindowState {
if (this.window.isFullScreen) {
if (this.window.isFullScreen()) {
return 'full-screen'
} else if (this.window.isMaximized()) {
return 'maximized'