diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-08-21 15:41:35 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-08-22 16:30:55 +0200 |
| commit | 92fd6301954a32a80238988af1802bbb920db1b6 (patch) | |
| tree | e83edb6981351a308c945c47b5b9aa6918c13142 /gui/src | |
| parent | 65ed88d28bcf0d0f942f5e72c940cb9b6413de38 (diff) | |
| download | mullvadvpn-92fd6301954a32a80238988af1802bbb920db1b6.tar.xz mullvadvpn-92fd6301954a32a80238988af1802bbb920db1b6.zip | |
Remove $FlowFixMe comment
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/main/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/src/main/index.ts b/gui/src/main/index.ts index ef665410a1..4d491a9cc8 100644 --- a/gui/src/main/index.ts +++ b/gui/src/main/index.ts @@ -1328,7 +1328,6 @@ class ApplicationMain { // setup NSEvent monitor to fix inconsistent window.blur on macOS // see https://github.com/electron/electron/issues/8689 private installMacOsMenubarAppWindowHandlers(tray: Tray, windowController: WindowController) { - // $FlowFixMe: this module is only available on macOS const { NSEventMonitor, NSEventMask } = require('nseventmonitor'); const macEventMonitor = new NSEventMonitor(); // tslint:disable-next-line |
