This commit is contained in:
Mirco Wittrien 2019-11-15 13:23:57 +01:00
parent a9b2e29e77
commit b76cc3e76e
2 changed files with 3 additions and 1 deletions

View File

@ -6714,6 +6714,8 @@ var BDFDB = {
LibraryComponents.GuildComponents.Pill = BDFDB.ModuleUtils.findByString("opacity:1,height:", "20:8", "default.item");
LibraryComponents.KeybindRecorder = BDFDB.ModuleUtils.findByName("KeybindRecorder");
LibraryComponents.LazyImage = BDFDB.ModuleUtils.findByName("LazyImage");
LibraryComponents.ListRow = reactInitialized && class BDFDB_ListRow extends LibraryModules.React.Component {

File diff suppressed because one or more lines are too long