Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2021-05-20 21:04:25 +02:00
parent a28acf728d
commit 84560d8c90
1 changed files with 1 additions and 1 deletions

View File

@ -7787,7 +7787,7 @@ module.exports = (_ => {
InternalBDFDB._processUserInfoNode = function (user, wrapper) {
if (!user || !wrapper) return;
if (InternalData.UserBackgrounds[user.id]) {
avatar.setAttribute(InternalData.userBannerAttribute, true);
wrapper.setAttribute(InternalData.userBannerAttribute, true);
for (let property in InternalData.UserBackgrounds[user.id]) wrapper.style.setProperty(property, InternalData.UserBackgrounds[user.id][property], "important");
}
};