summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-11-15 14:37:45 +0100
committerAndrej Mihajlov <and@mullvad.net>2018-11-16 11:12:41 +0100
commit42d78c5b17fe5b72ddef137fa4d37766de06f680 (patch)
tree6c69f42c635b7528b6b1c13bcb52e221cc90829d
parent113d529db2d769aa327a366b73bb9520f4e0c18c (diff)
downloadmullvadvpn-42d78c5b17fe5b72ddef137fa4d37766de06f680.tar.xz
mullvadvpn-42d78c5b17fe5b72ddef137fa4d37766de06f680.zip
Enable backgroundThrottling
-rw-r--r--gui/packages/desktop/src/main/index.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/gui/packages/desktop/src/main/index.js b/gui/packages/desktop/src/main/index.js
index 365cf3e613..7b12298a3e 100644
--- a/gui/packages/desktop/src/main/index.js
+++ b/gui/packages/desktop/src/main/index.js
@@ -512,10 +512,6 @@ const ApplicationMain = {
fullscreenable: false,
show: false,
frame: false,
- webPreferences: {
- // prevents renderer process code from not running when window is hidden
- backgroundThrottling: false,
- },
};
switch (process.platform) {