From 0800e82d0b7d06bd8069472177160c941f145c86 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 8 Dec 2022 19:16:06 +0100 Subject: [PATCH] Update ImageUtilities.plugin.js --- Plugins/ImageUtilities/ImageUtilities.plugin.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Plugins/ImageUtilities/ImageUtilities.plugin.js b/Plugins/ImageUtilities/ImageUtilities.plugin.js index c494a7ea2c..4480b77d7d 100644 --- a/Plugins/ImageUtilities/ImageUtilities.plugin.js +++ b/Plugins/ImageUtilities/ImageUtilities.plugin.js @@ -14,15 +14,7 @@ module.exports = (_ => { const changeLog = { - added: { - "Gallery Filter": "You can now filter the Gallery by File Type" - }, - fixed: { - "JPG Images": "Can now be downloaded again", - "Zoom With native Gallery Mode": "Zooming in an Image no longer will close the Image if you are using Discords native Gallery Mode", - "Download As Location": "Now properly remembers the last selected Location", - "Download Issues": "All Image Download Issues that occured for some people in eastern countries should be fixed now" - } + }; return !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? class {