diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2023-03-27 16:11:07 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2023-03-27 16:11:07 +0200 |
| commit | 7f7f4f82038f54808bd3632196bd341ab0350748 (patch) | |
| tree | 866bbeb1348c298f5ab9d8e4252bd2575f47da58 /gui/src/main/window-controller.ts | |
| parent | ddbf915cd7377a2a7900e6b63fc035d1db1c83fc (diff) | |
| parent | a7fcfeee3cf86593a4192c813b125a71a1bbf63a (diff) | |
| download | mullvadvpn-7f7f4f82038f54808bd3632196bd341ab0350748.tar.xz mullvadvpn-7f7f4f82038f54808bd3632196bd341ab0350748.zip | |
Merge branch 'fix-many-typos'
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 5cd0857bc4..830f6fd1af 100644 --- a/gui/src/main/window-controller.ts +++ b/gui/src/main/window-controller.ts @@ -134,7 +134,7 @@ class AttachedToTrayWindowPositioning implements IWindowPositioning { private getWindowMargin() { if (isWindows11OrNewer()) { - // Tray applications are positioned aproximately 10px from the tray in Windows 11. + // Tray applications are positioned approximately 10px from the tray in Windows 11. return 10; } else if (process.platform === 'darwin') { return 5; |
