From 1b68103b1e4eebfe6549a5b2398b8487c7041066 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Wed, 9 Jun 2021 20:46:48 +0200 Subject: [PATCH] stuff --- Library/_res/BDFDB.data.json | 4 +--- Plugins/EditUsers/EditUsers.plugin.js | 10 +++++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Library/_res/BDFDB.data.json b/Library/_res/BDFDB.data.json index b9b4af2e52..8645cd455f 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -163,8 +163,7 @@ "InviteCard": "InviteRow", "MemberCard": "Member", "PopoutContainer": "Popout", - "QuickSwitchResult": "Result", - "UserProfile": "UserProfileBody" + "QuickSwitchResult": "Result" }, "ForceObserve": [ "DirectMessage", @@ -244,7 +243,6 @@ "Upload": {"class": "uploadmodal"}, "UserHook": {"class": "auditloguserhook"}, "UserPopout": {"class": "userpopout"}, - "UserProfile": {"class": "userprofile"}, "UserSettingsAppearance": {"class": "usersettingsappearancepreview"}, "V2C_ContentColumn": {"class": "settingswindowcontentcolumn", "special": [{"path": "return.stateNode.props.title", "value": ["PLUGINS", "THEMES"]}]} }, diff --git a/Plugins/EditUsers/EditUsers.plugin.js b/Plugins/EditUsers/EditUsers.plugin.js index 2efa98a899..c642d7aa0d 100644 --- a/Plugins/EditUsers/EditUsers.plugin.js +++ b/Plugins/EditUsers/EditUsers.plugin.js @@ -2,7 +2,7 @@ * @name EditUsers * @author DevilBro * @authorId 278543574059057154 - * @version 4.2.8 + * @version 4.2.9 * @description Allows you to locally edit Users * @invite Jx3TjNS * @donate https://www.paypal.me/MircoWittrien @@ -17,12 +17,12 @@ module.exports = (_ => { "info": { "name": "EditUsers", "author": "DevilBro", - "version": "4.2.8", + "version": "4.2.9", "description": "Allows you to locally edit Users" }, "changeLog": { "improved": { - "New User Popout": "Fixed for the new User Popout, which will be released soon-ish, again and again and again, stop changing Stuff Discord, STOOOOOOOOOOOOOOOOOOOOP JESUS" + "New User Profile Modal": "Fixed for the new User Profile" } } }; @@ -107,7 +107,7 @@ module.exports = (_ => { ChannelEditorContainer: "render", AutocompleteUserResult: "render", UserPopout: "render", - UserProfile: "render", + UserProfileModal: "default", UserInfo: "default", NowPlayingHeader: "Header", VoiceUser: "render", @@ -523,7 +523,7 @@ module.exports = (_ => { } } - processUserProfile (e) { + processUserProfileModal (e) { if (e.instance.props.user && this.settings.places.userProfile) { e.instance.props.user = this.getUserData(e.instance.props.user.id); let data = changedUsers[e.instance.props.user.id];