diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-10-11 16:33:03 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-10-15 13:19:02 +0200 |
| commit | 2b6aa2d738727966f0c4f7cd67db6a9181ccd805 (patch) | |
| tree | 074cab278426c9c998b62e22158af3fa820558ae /gui/flow-libs/electron.js.flow | |
| parent | 1a7ebcf1f54ae56e5bd1c7748ea26db8a2bb68e7 (diff) | |
| download | mullvadvpn-2b6aa2d738727966f0c4f7cd67db6a9181ccd805.tar.xz mullvadvpn-2b6aa2d738727966f0c4f7cd67db6a9181ccd805.zip | |
Add system notifications for inconsistent state and unsupported version
Diffstat (limited to 'gui/flow-libs/electron.js.flow')
| -rw-r--r-- | gui/flow-libs/electron.js.flow | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/flow-libs/electron.js.flow b/gui/flow-libs/electron.js.flow index b0facb6c7e..bc37e5a524 100644 --- a/gui/flow-libs/electron.js.flow +++ b/gui/flow-libs/electron.js.flow @@ -57,6 +57,7 @@ declare module 'electron' { declare class Remote { app: App; + shell: Shell; getCurrentWindow(): BrowserWindow; getCurrentWebContents(): WebContents; getGlobal(name: string): ?mixed; |
