From fae489fa3e4a5f55e661e0fe380bf7263533c2e2 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Wed, 24 Jun 2020 20:27:50 -0700 Subject: discord rpc is optional, v1.2.1 - also fix large image bug where sometimes it would not display - remove un-needed `async` from `setActivity` function --- config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'config.js') diff --git a/config.js b/config.js index 12392c3..bf42c2a 100644 --- a/config.js +++ b/config.js @@ -6,6 +6,7 @@ module.exports = new Store({ debugEnable: false, menuEnable: true, configCookieOverwrite: '', + discordRPCEnable: true, discordRPC: { clientId: '722389325483999243', RPC: { -- cgit v1.2.3