Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2020-11-23 18:10:03 +01:00
parent 5f041086aa
commit ff3097e819
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ module.exports = (_ => {
"info": { "info": {
"name": "BDFDB", "name": "BDFDB",
"author": "DevilBro", "author": "DevilBro",
"version": "1.1.6", "version": "1.1.7",
"description": "Give other plugins utility functions" "description": "Give other plugins utility functions"
}, },
"rawUrl": "https://mwittrien.github.io/BetterDiscordAddons/Library/0BDFDB.plugin.js", "rawUrl": "https://mwittrien.github.io/BetterDiscordAddons/Library/0BDFDB.plugin.js",
@ -7211,7 +7211,7 @@ module.exports = (_ => {
subheader: "", subheader: "",
className: BDFDB.disCN._repomodal, className: BDFDB.disCN._repomodal,
size: "MEDIUM", size: "MEDIUM",
children: plugin.getSettingsPanel, children: plugin.getSettingsPanel(),
buttons: [{contents: BDFDB.LanguageUtils.LanguageStrings.DONE, color: "BRAND", close: true}] buttons: [{contents: BDFDB.LanguageUtils.LanguageStrings.DONE, color: "BRAND", close: true}]
}); });
}); });