Update EditServers.plugin.js

This commit is contained in:
Mirco Wittrien 2021-09-25 20:25:06 +02:00 committed by GitHub
parent 696c5827e4
commit 8b55f4873e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 9 deletions

View File

@ -2,7 +2,7 @@
* @name EditServers
* @author DevilBro
* @authorId 278543574059057154
* @version 2.3.3
* @version 2.3.4
* @description Allows you to locally edit Servers
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -17,13 +17,8 @@ module.exports = (_ => {
"info": {
"name": "EditServers",
"author": "DevilBro",
"version": "2.3.3",
"version": "2.3.4",
"description": "Allows you to locally edit Servers"
},
"changeLog": {
"fixed": {
"Invite Icon": "Fixed Icon being squashed for non squarish icons"
}
}
};
@ -94,7 +89,7 @@ module.exports = (_ => {
this.patchedModules = {
before: {
Guild: "render",
Guild: "default",
GuildIconWrapper: "render",
MutualGuilds: "default",
QuickSwitcher: "render",
@ -105,7 +100,7 @@ module.exports = (_ => {
},
after: {
RecentsChannelHeader: "default",
Guild: "render",
Guild: "default",
BlobMask: "render",
GuildIconWrapper: "render",
GuildIcon: "render",
@ -201,6 +196,7 @@ module.exports = (_ => {
changedGuilds = BDFDB.DataUtils.load(this, "servers");
BDFDB.PatchUtils.forceAllUpdates(this);
BDFDB.GuildUtils.rerenderAll();
}
onGuildContextMenu (e) {