summaryrefslogtreecommitdiffhomepage
path: root/gui/flow-libs
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-10-15 13:51:03 +0200
committerAndrej Mihajlov <and@mullvad.net>2018-10-15 13:51:03 +0200
commit68a9ea7d802b1184da6e59758a303861e55cb572 (patch)
tree780eba4e6a6bb43230e3d3c9658bc694312ccd59 /gui/flow-libs
parent87baccb37927d25e09a6289511a19af6f74d4e31 (diff)
parentc057ea2e9184efbdf0cc0ffcc69330e39aa3ff9c (diff)
downloadmullvadvpn-68a9ea7d802b1184da6e59758a303861e55cb572.tar.xz
mullvadvpn-68a9ea7d802b1184da6e59758a303861e55cb572.zip
Merge branch 'app-unsupported-system-notifications'
Diffstat (limited to 'gui/flow-libs')
-rw-r--r--gui/flow-libs/electron.js.flow1
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;