This commit is contained in:
Mirco Wittrien 2019-11-12 19:04:16 +01:00
parent 5d7da8bb93
commit 711128f02c
2 changed files with 8 additions and 1 deletions

View File

@ -4984,6 +4984,11 @@ var BDFDB = {
layerbase: ["Layers", "baseLayer"],
layers: ["Layers", "layers"],
layersbg: ["Layers", "bg"],
listavatar: ["UserProfile", "listAvatar"],
listavatar: ["UserProfile", "listName"],
listname: ["UserProfile", "listRow"],
listrowcontent: ["UserProfile", "listRowContent"],
listscroller: ["UserProfile", "listScroller"],
livetag: ["LiveTag", "live"],
livetaggrey: ["LiveTag", "grey"],
livetaglarge: ["LiveTag", "liveLarge"],
@ -6640,6 +6645,8 @@ var BDFDB = {
LibraryComponents.GuildComponents.GuildDropTarget = BDFDB.ModuleUtils.findByName("GuildDropTarget");
LibraryComponents.GuildComponents.Icon = BDFDB.ModuleUtils.findByName("GuildIconWrapper");
LibraryComponents.GuildComponents.Pill = BDFDB.ModuleUtils.findByString("opacity:1,height:", "20:8", "default.item");
LibraryComponents.MessageComponents = Object.assign({}, BDFDB.ModuleUtils.findByProperties("Message", "MessageTimestamp"));

File diff suppressed because one or more lines are too long