diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-02-19 12:59:39 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-02-19 12:59:39 +0100 |
| commit | 88957fdee24db8273fc76dec59445031099e560c (patch) | |
| tree | 39243d5a5b442b9544dc3c5043bb0a4a50a4feb3 /gui/src/main/window-controller.ts | |
| parent | 24cc696a68bd60ce0b33f218369313ef522fff4b (diff) | |
| parent | fc08f0b88c205877ec0b20f6bcae7810d9b4dde5 (diff) | |
| download | mullvadvpn-88957fdee24db8273fc76dec59445031099e560c.tar.xz mullvadvpn-88957fdee24db8273fc76dec59445031099e560c.zip | |
Merge branch 'migrate-to-eslint'
Diffstat (limited to 'gui/src/main/window-controller.ts')
| -rw-r--r-- | gui/src/main/window-controller.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/main/window-controller.ts b/gui/src/main/window-controller.ts index e681b2a595..bed0774b5e 100644 --- a/gui/src/main/window-controller.ts +++ b/gui/src/main/window-controller.ts @@ -157,7 +157,7 @@ export default class WindowController { this.installWindowReadyHandlers(); } - public show(whenReady: boolean = true) { + public show(whenReady = true) { if (whenReady) { this.executeWhenWindowIsReady(() => this.showImmediately()); } else { |
