Update 0BDFDB.plugin.js
This commit is contained in:
parent
ef92866f59
commit
bb4549a85d
|
@ -16,7 +16,7 @@ module.exports = (_ => {
|
|||
"info": {
|
||||
"name": "BDFDB",
|
||||
"author": "DevilBro",
|
||||
"version": "1.2.4",
|
||||
"version": "1.2.5",
|
||||
"description": "Give other plugins utility functions"
|
||||
},
|
||||
"rawUrl": "https://mwittrien.github.io/BetterDiscordAddons/Library/0BDFDB.plugin.js",
|
||||
|
@ -3524,7 +3524,7 @@ module.exports = (_ => {
|
|||
let modal, modalInstance, modalProps, cancels = [], closeModal = _ => {
|
||||
if (BDFDB.ObjectUtils.is(modalProps) && typeof modalProps.onClose == "function") modalProps.onClose();
|
||||
};
|
||||
let headerChildren = [], contentChildren = [], footerChildren = [];
|
||||
let titleChildren = [], headerChildren = [], contentChildren = [], footerChildren = [];
|
||||
if (typeof config.text == "string") {
|
||||
contentChildren.push(BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.TextElement, {
|
||||
children: config.text
|
||||
|
|
Loading…
Reference in New Issue