Update FriendNotifications.plugin.js
This commit is contained in:
parent
561d54290e
commit
baa21056fd
|
@ -726,7 +726,6 @@ module.exports = (_ => {
|
|||
}
|
||||
|
||||
processGuildsBar (e) {
|
||||
console.log(e);
|
||||
if (!this.settings.general.addOnlineCount) return;
|
||||
let [children, index] = BDFDB.ReactUtils.findParent(e.returnvalue, {name: "UnreadDMs"});
|
||||
if (index > -1) children.splice(index, 0, BDFDB.ReactUtils.createElement(FriendOnlineCounterComponent, {
|
||||
|
|
Loading…
Reference in New Issue