add .gitignore and fix screenshot
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
* @name BDFDB
|
* @name BDFDB
|
||||||
* @author DevilBro
|
* @author DevilBro
|
||||||
* @authorId 278543574059057154
|
* @authorId 278543574059057154
|
||||||
* @version 4.2.7
|
* @version 4.2.8
|
||||||
* @description Required Library for DevilBro's Plugins
|
* @description Required Library for DevilBro's Plugins
|
||||||
* @invite Jx3TjNS
|
* @invite Jx3TjNS
|
||||||
* @donate https://www.paypal.me/MircoWittrien
|
* @donate https://www.paypal.me/MircoWittrien
|
||||||
@@ -5696,7 +5696,6 @@ module.exports = (_ => {
|
|||||||
children: [
|
children: [
|
||||||
props.isCustom || props.isSingle ? BDFDB.ReactUtils.createElement(Internal.LibraryComponents.SvgIcon, {
|
props.isCustom || props.isSingle ? BDFDB.ReactUtils.createElement(Internal.LibraryComponents.SvgIcon, {
|
||||||
className: BDFDB.disCN.colorpickerswatchdropper,
|
className: BDFDB.disCN.colorpickerswatchdropper,
|
||||||
foreground: BDFDB.disCN.colorpickerswatchdropperfg,
|
|
||||||
name: Internal.LibraryComponents.SvgIcon.Names.DROPPER,
|
name: Internal.LibraryComponents.SvgIcon.Names.DROPPER,
|
||||||
width: props.isCustom ? 14 : 10,
|
width: props.isCustom ? 14 : 10,
|
||||||
height: props.isCustom ? 14 : 10,
|
height: props.isCustom ? 14 : 10,
|
||||||
@@ -8082,6 +8081,7 @@ module.exports = (_ => {
|
|||||||
wrap: false,
|
wrap: false,
|
||||||
renderPopout: instance => BDFDB.ReactUtils.createElement(Internal.LibraryComponents.UserPopout, {
|
renderPopout: instance => BDFDB.ReactUtils.createElement(Internal.LibraryComponents.UserPopout, {
|
||||||
user: Internal.LibraryStores.UserStore.getUser(this.props.userId),
|
user: Internal.LibraryStores.UserStore.getUser(this.props.userId),
|
||||||
|
currentUser: Internal.LibraryStores.UserStore.getUser(BDFDB.UserUtils.me.id),
|
||||||
userId: this.props.userId,
|
userId: this.props.userId,
|
||||||
channelId: this.props.channelId,
|
channelId: this.props.channelId,
|
||||||
guildId: this.props.guildId
|
guildId: this.props.guildId
|
||||||
|
|||||||
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Ignore all images by default
|
||||||
|
|
||||||
|
images/*
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 196 KiB After Width: | Height: | Size: 220 KiB |
Reference in New Issue
Block a user