From ad865e00692a0936a2eaf5e60d1d91bd2946a7e9 Mon Sep 17 00:00:00 2001 From: TheGoddessInari Date: Mon, 29 Apr 2019 15:02:04 -0700 Subject: [PATCH] Prepare for electron v5: Make sure webviewTag is on. --- electron/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/electron/main.js b/electron/main.js index e88b5982..f2068a5f 100644 --- a/electron/main.js +++ b/electron/main.js @@ -95,7 +95,8 @@ function createWindow () { ,acceptFirstMouse: true ,webPreferences: { partition: 'persist:rambox', - nodeIntegration: true + nodeIntegration: true, + webviewTag: true } });