Merge branch 'master' of https://github.com/mwittrien/BetterDiscordAddons
This commit is contained in:
commit
7e163e1fa5
|
@ -570,7 +570,7 @@ module.exports = (_ => {
|
||||||
settings.showCategoryAmount ? BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Badges.NumberBadge, {
|
settings.showCategoryAmount ? BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Badges.NumberBadge, {
|
||||||
className: BDFDB.disCN._pindmspinnedchannelsheaderamount,
|
className: BDFDB.disCN._pindmspinnedchannelsheaderamount,
|
||||||
count: foundDMs.length,
|
count: foundDMs.length,
|
||||||
style: {backgroundColor: BDFDB.DiscordConstants.Colors.BRAND}
|
style: {backgroundColor: "var(--bdfdb-blurple)"}
|
||||||
}) : null,
|
}) : null,
|
||||||
BDFDB.ReactUtils.createElement("div", {
|
BDFDB.ReactUtils.createElement("div", {
|
||||||
className: BDFDB.disCNS._pindmspinnedchannelsheaderarrow + BDFDB.disCNS.channelheadericonwrapper + BDFDB.disCN.channelheadericonclickable,
|
className: BDFDB.disCNS._pindmspinnedchannelsheaderarrow + BDFDB.disCNS.channelheadericonwrapper + BDFDB.disCN.channelheadericonclickable,
|
||||||
|
@ -1359,4 +1359,4 @@ module.exports = (_ => {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
})(window.BDFDB_Global.PluginUtils.buildPlugin(config));
|
})(window.BDFDB_Global.PluginUtils.buildPlugin(config));
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in New Issue