mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:07:25 +00:00
Typo
This commit is contained in:
parent
7c2562f0ac
commit
517653bf27
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue