diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2024-06-18 15:04:47 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2024-06-18 15:04:47 +0200 |
| commit | a05655b41935da6f3e5a219841a03ca49e7e6d06 (patch) | |
| tree | 7bf882e6be0a29b8b193eaba24ce4d9e72f79e02 /gui/src/main/window-controller.ts | |
| parent | bdfca5c3ef5e05877c74cc8f17904f2eaabbae7a (diff) | |
| parent | 1f16eb31f6f77c659650fee82153689d5237dab2 (diff) | |
| download | mullvadvpn-a05655b41935da6f3e5a219841a03ca49e7e6d06.tar.xz mullvadvpn-a05655b41935da6f3e5a219841a03ca49e7e6d06.zip | |
Merge branch 'update-typescript-react-and-related-dependencies-868'
Diffstat (limited to 'gui/src/main/window-controller.ts')
| -rw-r--r-- | gui/src/main/window-controller.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gui/src/main/window-controller.ts b/gui/src/main/window-controller.ts index b18775a8b5..553c798334 100644 --- a/gui/src/main/window-controller.ts +++ b/gui/src/main/window-controller.ts @@ -159,7 +159,10 @@ export default class WindowController { return this.webContentsValue.isDestroyed() ? undefined : this.webContentsValue; } - constructor(private delegate: WindowControllerDelegate, windowValue: BrowserWindow) { + constructor( + private delegate: WindowControllerDelegate, + windowValue: BrowserWindow, + ) { this.windowValue = windowValue; this.webContentsValue = windowValue.webContents; this.windowPositioning = delegate.isUnpinnedWindow() |
