diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-09-13 13:33:54 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2021-09-13 13:33:54 +0200 |
| commit | 343fd4ff64150920f14de07c66385f5bb3fff9ed (patch) | |
| tree | 00cf12cabe0545acec7d9f457d8cdd30ffd2888f /gui/src/main/window-controller.ts | |
| parent | 8c7653b4f16d48d39154b149f9c49a0be5209caa (diff) | |
| parent | 6ab3a737364bfa5e593581d968081c5b86bdb372 (diff) | |
| download | mullvadvpn-343fd4ff64150920f14de07c66385f5bb3fff9ed.tar.xz mullvadvpn-343fd4ff64150920f14de07c66385f5bb3fff9ed.zip | |
Merge branch 'detect-macos-scrollbar-visibility'
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 50ceab01e4..298f767fb5 100644 --- a/gui/src/main/window-controller.ts +++ b/gui/src/main/window-controller.ts @@ -230,7 +230,7 @@ export default class WindowController { if (this.window) { const shapeParameters = this.windowPositioning.getWindowShapeParameters(this.window); - IpcMainEventChannel.windowShape.notify(this.webContentsValue, shapeParameters); + IpcMainEventChannel.window.notifyShape(this.webContentsValue, shapeParameters); } } |
