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"]}, "Messages": {"strings": ["group-spacing-", "canManageMessages"]},
"MessageUsername": {"strings": ["default.username", "colorString", "compact"]}, "MessageUsername": {"strings": ["default.username", "colorString", "compact"]},
"ModalLayer": {"class": "layermodal"}, "ModalLayer": {"class": "layermodal"},
"MutualGuilds": {"class": "userprofilebody"},
"MutualFriends": {"class": "userprofilebody"},
"Note": {"class": "usernotetextarea"}, "Note": {"class": "usernotetextarea"},
"PopoutContainer": {"class": "popout"}, "PopoutContainer": {"class": "popout"},
"Popouts": {"class": "popouts"}, "Popouts": {"class": "popouts"},

View File

@ -2,7 +2,7 @@
* @name ShowHiddenChannels * @name ShowHiddenChannels
* @author DevilBro * @author DevilBro
* @authorId 278543574059057154 * @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) * @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 * @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien * @donate https://www.paypal.me/MircoWittrien
@ -17,13 +17,8 @@ module.exports = (_ => {
"info": { "info": {
"name": "ShowHiddenChannels", "name": "ShowHiddenChannels",
"author": "DevilBro", "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)" "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: [ label: [
BDFDB.ReactUtils.createElement("span", { BDFDB.ReactUtils.createElement("span", {
className: BDFDB.disCN.username, className: BDFDB.disCN.username,