From 864d792ffc2debd58bc800f01032cf593a8a8e37 Mon Sep 17 00:00:00 2001 From: Preston Date: Sat, 6 Jun 2020 17:54:40 -0400 Subject: [PATCH] Allow App to Autoplay videos while minimized --- src/main/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/index.js b/src/main/index.js index 442043f5..78a0a299 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -62,7 +62,8 @@ function createWindow () { webPreferences: { nodeIntegration: true, nodeIntegrationInWorker: false, - webSecurity: false + webSecurity: false, + backgroundThrottling: false }, show: false })