stuff
This commit is contained in:
parent
3bf2c8f304
commit
d4defcbb01
|
@ -6021,7 +6021,7 @@ var BDFDB = {
|
|||
if (typeof this.props.onMouseLeave == "function") this.props.onMouseLeave(e, this);
|
||||
}
|
||||
handleMouseDown(e) {
|
||||
if (!this.props.unavailable && this.props.guild && this.props.selectedChannelId) LibraryModules.DirectMessageUtils.preload(this.props.guild.id, this.props.selectedChannelId);
|
||||
if (!this.props.unavailable && this.props.move && this.props.guild && this.props.selectedChannelId) LibraryModules.DirectMessageUtils.preload(this.props.guild.id, this.props.selectedChannelId);
|
||||
if (typeof this.props.onMouseDown == "function") this.props.onMouseDown(e, this);
|
||||
}
|
||||
handleContextMenu(e) {
|
||||
|
@ -6085,7 +6085,7 @@ var BDFDB = {
|
|||
}
|
||||
} : LibraryComponents.GuildComponents.Guild;
|
||||
if (LibraryComponents.GuildComponents.Guild) {
|
||||
LibraryComponents.GuildComponents.Guild.defaultProps = {unread: false, audio: false, video: false, badge: 0, draggable: false, sorting: false};
|
||||
LibraryComponents.GuildComponents.Guild.defaultProps = {menu:true, move:false, unread: false, audio: false, video: false, badge: 0, draggable: false, sorting: false};
|
||||
}
|
||||
|
||||
LibraryComponents.GuildComponents.GuildDropTarget = BDFDB.ModuleUtils.findByName("GuildDropTarget");
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -40,7 +40,7 @@ https://raw.githubusercontent.com/HansAnonymous/BD-Themes-and-Plugins/master/The
|
|||
https://raw.githubusercontent.com/HighGuard/discord-popout-overhaul-theme/master/popoutOverhaul.theme.css
|
||||
https://raw.githubusercontent.com/ImBastion/BD-Themes/master/Theme/DarlingInTheFranxx001.theme.css
|
||||
https://raw.githubusercontent.com/ImBastion/BD-Themes/master/Theme/NieRDanceBase.theme.css
|
||||
https://raw.githubusercontent.com/ImBastion/BD-Themes/master/Theme/No2ABase.theme.css
|
||||
https://raw.githubusercontent.com/ImBastion/BD-Themes/master/Theme/NoA2Base.theme.css
|
||||
https://raw.githubusercontent.com/Inve1951/BetterDiscordStuff/master/themes/compactUserList.theme.css
|
||||
https://raw.githubusercontent.com/Inve1951/BetterDiscordStuff/master/themes/EzLight.theme.css
|
||||
https://raw.githubusercontent.com/Inve1951/BetterDiscordStuff/master/themes/horizontalServerlist.theme.css
|
||||
|
|
Loading…
Reference in New Issue