This commit is contained in:
Mirco Wittrien 2021-06-09 20:59:58 +02:00
parent 1b68103b1e
commit 810eadfa07
2 changed files with 3 additions and 9 deletions

View File

@ -216,8 +216,6 @@
"Messages": {"strings": ["group-spacing-", "canManageMessages"]},
"MessageUsername": {"strings": ["default.username", "colorString", "compact"]},
"ModalLayer": {"class": "layermodal"},
"MutualGuilds": {"class": "userprofilebody"},
"MutualFriends": {"class": "userprofilebody"},
"Note": {"class": "usernotetextarea"},
"PopoutContainer": {"class": "popout"},
"Popouts": {"class": "popouts"},

View File

@ -2,7 +2,7 @@
* @name ShowHiddenChannels
* @author DevilBro
* @authorId 278543574059057154
* @version 2.9.8
* @version 2.9.9
* @description Displays all hidden Channels, which can't be accessed due to Role Restrictions, this won't allow you to read them (impossible)
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -17,13 +17,8 @@ module.exports = (_ => {
"info": {
"name": "ShowHiddenChannels",
"author": "DevilBro",
"version": "2.9.8",
"version": "2.9.9",
"description": "Displays all hidden Channels, which can't be accessed due to Role Restrictions, this won't allow you to read them (impossible)"
},
"changeLog": {
"fixed": {
"User Profile Modal": "Opens again if you click a User in the Access Modal"
}
}
};
@ -112,6 +107,7 @@ module.exports = (_ => {
}
})
}),
labelClassName: BDFDB.disCN.nametag,
label: [
BDFDB.ReactUtils.createElement("span", {
className: BDFDB.disCN.username,