From f5232a30ff805c48ba088c104781f9e79257d4af Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sun, 20 Sep 2020 08:19:20 +0200 Subject: [PATCH] stuff --- Plugins/PersonalPins/PersonalPins.plugin.js | 4 ++-- Plugins/ServerFolders/ServerFolders.plugin.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Plugins/PersonalPins/PersonalPins.plugin.js b/Plugins/PersonalPins/PersonalPins.plugin.js index 30a081b94d..e1debe09be 100644 --- a/Plugins/PersonalPins/PersonalPins.plugin.js +++ b/Plugins/PersonalPins/PersonalPins.plugin.js @@ -5,7 +5,7 @@ module.exports = (_ => { "info": { "name": "PersonalPins", "author": "DevilBro", - "version": "1.9.7", + "version": "1.9.8", "description": "Similar to normal pins. Lets you save messages as notes for yourself." } }; @@ -284,7 +284,7 @@ module.exports = (_ => { ] }) }), - BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.ScrollerThin, { + BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Scrollers.Thin, { className: BDFDB.disCN.messagespopout, children: this.filterMessages(buttonInstance, buttonInstance.props.selectedFilter.value, buttonInstance.props.selectedSort.value, buttonInstance.props.selectedOrder.value == "descending", buttonInstance.props.searchKey.toUpperCase()) }) diff --git a/Plugins/ServerFolders/ServerFolders.plugin.js b/Plugins/ServerFolders/ServerFolders.plugin.js index 6a86ed2672..25e9a83478 100644 --- a/Plugins/ServerFolders/ServerFolders.plugin.js +++ b/Plugins/ServerFolders/ServerFolders.plugin.js @@ -5,7 +5,7 @@ module.exports = (_ => { "info": { "name": "ServerFolders", "author": "DevilBro", - "version": "6.8.4", + "version": "6.8.5", "description": "Patches Discords native Folders in a way to open Servers within a Folder in a new bar to the right. Also adds a bunch of new features to more easily organize, customize and manage your Folders." } }; @@ -75,7 +75,7 @@ module.exports = (_ => { }, 300); return BDFDB.ReactUtils.createElement("nav", { className: BDFDB.DOMUtils.formatClassName(BDFDB.disCN.guildswrapper, BDFDB.disCN.guilds, this.props.themeOverride && BDFDB.disCN.themedark, BDFDB.disCN._serverfoldersfoldercontent, (!folders.length || closing) && BDFDB.disCN._serverfoldersfoldercontentclosed), - children: BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.ScrollerNone, { + children: BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Scrollers.None, { className: BDFDB.disCN.guildsscroller, children: this.props.folders.map(folder => { let data = _this.getFolderConfig(folder.folderId);