From 7fe38ad3071cbc462ac6fc14c649c8038281fc6e Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Sun, 16 May 2021 16:31:20 +0200 Subject: [PATCH] remove remote in require thing since it's not used --- utils/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/plugin.js b/utils/plugin.js index cfcfe7a..d569d67 100644 --- a/utils/plugin.js +++ b/utils/plugin.js @@ -1,5 +1,5 @@ const fs = require("fs"); -const { app, session, remote } = require("electron"); +const { app, session } = require("electron"); const pluginFolder = __dirname + "/plugins/"; app.whenReady().then(() => { fs.readdirSync(pluginFolder).forEach((file) => {