Update 0BDFDB.plugin.js
This commit is contained in:
parent
a28acf728d
commit
84560d8c90
|
@ -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");
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue