stuff
This commit is contained in:
parent
424dc35eab
commit
ac05cded02
|
@ -6148,7 +6148,6 @@
|
|||
userpopoutheaderbottagwithnickname: ["UserPopout", "headerBotTagWithNickname"],
|
||||
userpopoutheadernamewrapper: ["UserPopout", "headerNameWrapper"],
|
||||
userpopoutheadernickname: ["UserPopout", "headerName"],
|
||||
userpopoutheadernonickname: ["UserPopout", "headerTagUsernameNoNickname"],
|
||||
userpopoutheadernormal: ["UserPopout", "headerNormal"],
|
||||
userpopoutheaderplaying: ["UserPopout", "headerPlaying"],
|
||||
userpopoutheaderspotify: ["UserPopout", "headerSpotify"],
|
||||
|
@ -7239,6 +7238,8 @@
|
|||
|
||||
LibraryComponents.ContextMenus.UserSettingsCogContextMenu = BDFDB.ModuleUtils.findByName("UserSettingsCogContextMenu");
|
||||
|
||||
LibraryComponents.DiscordTag = BDFDB.ModuleUtils.findByName("DiscordTag");
|
||||
|
||||
LibraryComponents.FavButton = BDFDB.ReactUtils.getValue(window.BDFDB, "LibraryComponents.FavButton") || reactInitialized && class BDFDB_FavButton extends LibraryModules.React.Component {
|
||||
handleClick() {
|
||||
this.props.isFavorite = !this.props.isFavorite;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue