Update 0BDFDB.plugin.js
This commit is contained in:
parent
3d138fb52d
commit
29345b69a9
|
@ -721,7 +721,7 @@ module.exports = (_ => {
|
||||||
contentClassName: BDFDB.disCNS.changelogcontainer + BDFDB.disCN.modalminicontent,
|
contentClassName: BDFDB.disCNS.changelogcontainer + BDFDB.disCN.modalminicontent,
|
||||||
footerDirection: InternalComponents.LibraryComponents.Flex.Direction.HORIZONTAL,
|
footerDirection: InternalComponents.LibraryComponents.Flex.Direction.HORIZONTAL,
|
||||||
children: BDFDB.ReactUtils.elementToReact(BDFDB.DOMUtils.create(changeLogHTML)),
|
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,
|
className: BDFDB.disCN.changelogfooter,
|
||||||
children: [
|
children: [
|
||||||
{href: "https://www.paypal.me/MircoWittrien", name: "PayPal", icon: "PAYPAL"},
|
{href: "https://www.paypal.me/MircoWittrien", name: "PayPal", icon: "PAYPAL"},
|
||||||
|
|
Loading…
Reference in New Issue