diff --git a/.config/BetterDiscord/plugins/0BDFDB.plugin.js b/.config/BetterDiscord/plugins/0BDFDB.plugin.js index 8ce8407..2b7804f 100644 --- a/.config/BetterDiscord/plugins/0BDFDB.plugin.js +++ b/.config/BetterDiscord/plugins/0BDFDB.plugin.js @@ -2,7 +2,7 @@ * @name BDFDB * @author DevilBro * @authorId 278543574059057154 - * @version 4.2.7 + * @version 4.2.8 * @description Required Library for DevilBro's Plugins * @invite Jx3TjNS * @donate https://www.paypal.me/MircoWittrien @@ -5696,7 +5696,6 @@ module.exports = (_ => { children: [ props.isCustom || props.isSingle ? BDFDB.ReactUtils.createElement(Internal.LibraryComponents.SvgIcon, { className: BDFDB.disCN.colorpickerswatchdropper, - foreground: BDFDB.disCN.colorpickerswatchdropperfg, name: Internal.LibraryComponents.SvgIcon.Names.DROPPER, width: props.isCustom ? 14 : 10, height: props.isCustom ? 14 : 10, @@ -8082,6 +8081,7 @@ module.exports = (_ => { wrap: false, renderPopout: instance => BDFDB.ReactUtils.createElement(Internal.LibraryComponents.UserPopout, { user: Internal.LibraryStores.UserStore.getUser(this.props.userId), + currentUser: Internal.LibraryStores.UserStore.getUser(BDFDB.UserUtils.me.id), userId: this.props.userId, channelId: this.props.channelId, guildId: this.props.guildId diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a5dfbd2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Ignore all images by default + +images/* \ No newline at end of file diff --git a/images/blur-my-shell/blur_4.png b/images/blur-my-shell/blur_4.png index ac12aff..1bc6169 100644 Binary files a/images/blur-my-shell/blur_4.png and b/images/blur-my-shell/blur_4.png differ