This commit is contained in:
Mirco Wittrien 2022-09-05 12:41:32 +02:00
parent 1082bf79f6
commit 6be27c2a47
3 changed files with 8 additions and 41 deletions

View File

@ -248,7 +248,7 @@
"ChannelCategoryItem": {"strings": ["GUILD_CATEGORY", "CREATE_CHANNEL", "addButtonIcon"], "path": "default.DecoratedComponent"},
"ChannelMember": {"class": "member"},
"ChannelMembers": {"class": "members"},
"Channels": {"class": "guildchannels"},
"ChannelList": {"class": "guildchannels"},
"ChannelTextAreaForm": {"class": "chatform"},
"ChannelWindow": {"class": "chatcontent"},
"ChatMessage": {"strings": ["childrenMessageContent", "childrenRepliedMessage", "message.id"]},
@ -5417,24 +5417,12 @@
}
},
"BDFDB_Patrons": {
"235552235570987013": {"active": true, "tier": "t2", "text": "", "color": "", "id": "dyllersen (DyWo)"},
"226444377482985473": {"active": true, "tier": "t3", "text": "xoxo", "color": "", "id": "seivag (zij)"},
"797199624992849960": {"active": true, "tier": "t3", "text": "", "color": "", "id": "blink (AhBo)"},
"384941155558752258": {"active": true, "tier": "t2", "text": "", "color": "", "id": "jack (j.bev)"},
"935758254858973224": {"active": true, "tier": "t3", "text": "", "color": "", "id": "SaneVR (rukin)"},
"870962330417102919": {"active": false, "tier": "t2", "text": "", "color": "", "id": "gobber (pobge)"},
"335997977938100226": {"active": true, "tier": "t3", "text": "Cloudy Hub Owner", "color": "", "id": "Synax (DaBa)"},
"558825053668507650": {"active": false, "tier": "t2", "text": "", "color": "", "id": "duh (AshAj)"},
"169931777371144192": {"active": false, "tier": "t3", "text": "", "color": "", "id": "DogGodLog (JHa)"},
"919272398832959598": {"active": false, "tier": "t2", "text": "", "color": "", "id": "w_da_woo (NosiGosi)"},
"622957773080100875": {"active": true, "tier": "t2", "text": "", "color": "", "id": "ying (KeCa)"},
"798499176220327966": {"active": true, "tier": "t2", "text": "", "color": "", "id": "void (JaUt)"},
"276137824460210178": {"active": true, "tier": "t3", "text": "FFXIV DRK Main for life!", "color": "#1f0046", "id": "werewolf (MaMa)"},
"824768928369606667": {"active": false, "tier": "t2", "text": "", "color": "", "id": "Kubox (HajJa)"},
"507464069100601363": {"active": true, "tier": "t2", "text": "", "color": "", "id": "Cracky (MiPo)"},
"264486632525135883": {"active": true, "tier": "t3", "text": "Mr. Morale", "color": "", "id": "strix (A1C)"},
"620397524494057513": {"active": true, "tier": "t2", "text": "", "color": "", "id": "FUSL"},
"798499176220327966": {"active": true, "tier": "t2", "text": "", "color": "", "id": "void (JaUt)"},
"363785301195358221": {"active": true, "tier": "t2", "text": "", "color": "", "id": "TRENT (KABEL)"},
"620397524494057513": {"active": true, "tier": "t2", "text": "", "color": "", "id": "FUSL"}
"264486632525135883": {"active": true, "tier": "t3", "text": "Mr. Morale", "color": "", "id": "strix (A1C)"}
},
"BDFDB_Patron_Tiers": {
"t1": {

View File

@ -2,7 +2,7 @@
* @name HideMutedCategories
* @author DevilBro
* @authorId 278543574059057154
* @version 1.0.9
* @version 1.1.0
* @description Hides muted Categories, if muted Channels are hidden
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -67,10 +67,10 @@ module.exports = (_ => {
onLoad () {
this.patchedModules = {
before: {
Channels: "render"
ChannelList: "render"
},
after: {
Channels: "render"
ChannelList: "render"
}
};
@ -85,7 +85,7 @@ module.exports = (_ => {
BDFDB.PatchUtils.forceAllUpdates(this);
}
processChannels (e) {
processChannelList (e) {
if (!e.instance.props.guild || !e.instance.props.guildChannels.hideMutedChannels) return;
if (!e.returnvalue) {

View File

@ -30,27 +30,6 @@
filter: brightness(80%) !important;
}
/* synax */
.supporter-Z3FfwL.tier3-yTxjsy.hasBadge-4rT8_u .badge-7R_W3s[user-id="335997977938100226"] {
-webkit-mask: unset !important;
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/badges/335997977938100226.png) center/contain no-repeat !important;
top: 66% !important;
left: -7% !important;
width: 40% !important;
height: 40% !important;
}
/* seivag */
.supporter-Z3FfwL.tier3-yTxjsy.hasBadge-4rT8_u .badge-7R_W3s[user-id="226444377482985473"] {
-webkit-mask: unset !important;
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/badges/226444377482985473.png) center/90% 90% no-repeat, linear-gradient(90deg, #c1dbdc, #9dc1e4) !important;
border-radius: 10% !important;
top: 71% !important;
left: 1% !important;
width: 30% !important;
height: 30% !important;
}
/* strix */
.supporter-Z3FfwL.tier3-yTxjsy.hasBadge-4rT8_u .badge-7R_W3s[user-id="264486632525135883"] {
background: linear-gradient(90deg, #f2f7ff, #1e68fc) !important;