diff --git a/package.json b/package.json index a69f63c..48bde48 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,6 @@ }, "homepage": "https://github.com/armcord/armcord#readme", "devDependencies": { - "@types/electron-json-storage": "^4.5.0", "@types/node": "^17.0.33", "@types/ws": "^8.5.3", "copyfiles": "^2.4.1", @@ -35,7 +34,6 @@ }, "dependencies": { "electron-context-menu": "https://github.com/ArmCord/electron-context-menu.git", - "electron-editor-context-menu": "^1.1.1", "v8-compile-cache": "^2.3.0", "ws": "^8.6.0" }, diff --git a/src/content/setup.html b/src/content/setup.html index 8e0a208..5e45b06 100644 --- a/src/content/setup.html +++ b/src/content/setup.html @@ -99,6 +99,7 @@ minimizeToTray: true, automaticPatches: false, mods: "cumcord", + inviteWebsocket: true, blurType: "acrylic" }); setTimeout(() => window.armcordinternal.restart(), 5000); @@ -128,6 +129,7 @@ minimizeToTray: true, automaticPatches: false, mods: options.mod, + inviteWebsocket: true, blurType: "acrylic" }); setTimeout(() => window.armcordinternal.restart(), 500); @@ -140,6 +142,7 @@ minimizeToTray: true, automaticPatches: false, mods: "none", + inviteWebsocket: true, blurType: "acrylic" }); setTimeout(() => window.armcordinternal.restart(), 500); diff --git a/src/settings/settings.html b/src/settings/settings.html index ec5149e..7d723c5 100644 --- a/src/settings/settings.html +++ b/src/settings/settings.html @@ -34,6 +34,12 @@ +
+
+ + + +