This commit is contained in:
Mirco Wittrien 2020-11-12 14:41:51 +01:00
parent c3bd9780a3
commit f1027987da
1 changed files with 3 additions and 3 deletions

View File

@ -13,12 +13,12 @@ module.exports = (_ => {
"info": {
"name": "ShowHiddenChannels",
"author": "DevilBro",
"version": "2.8.6",
"version": "2.8.7",
"description": "Display channels that are hidden from you by role restrictions"
},
"changeLog": {
"fixed": {
"Channel Accessibility": "Now also works with previewed servers"
"New Channel List": "Fixed for new update"
}
}
};
@ -155,7 +155,7 @@ module.exports = (_ => {
this.patchedModules = {
before: {
Channels: "render",
ChannelCategoryItem: "default"
ChannelCategoryItem: "type"
},
after: {
ChannelItem: "default"