This commit is contained in:
Mirco Wittrien 2021-09-25 23:37:54 +02:00
commit 61255d021e
1 changed files with 5 additions and 9 deletions

View File

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