From 29345b69a9a5f51f8dfe864328eadd293a74c0cf Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 17 Oct 2020 09:27:56 +0200 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index f66383198e..0ff7960b4b 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -721,7 +721,7 @@ module.exports = (_ => { contentClassName: BDFDB.disCNS.changelogcontainer + BDFDB.disCN.modalminicontent, footerDirection: InternalComponents.LibraryComponents.Flex.Direction.HORIZONTAL, children: BDFDB.ReactUtils.elementToReact(BDFDB.DOMUtils.create(changeLogHTML)), - footerChildren: (plugin == BDFDB || PluginStores.loaded[plugin.name] && PluginStores.loaded[plugin.name] == plugin && plugin.author == "DevilBro") && BDFDB.ReactUtils.createElement("div", { + footerChildren: (plugin == BDFDB || plugin == libraryInstance || PluginStores.loaded[plugin.name] && PluginStores.loaded[plugin.name] == plugin && plugin.author == "DevilBro") && BDFDB.ReactUtils.createElement("div", { className: BDFDB.disCN.changelogfooter, children: [ {href: "https://www.paypal.me/MircoWittrien", name: "PayPal", icon: "PAYPAL"},