Update 0BDFDB.plugin.js
This commit is contained in:
parent
8efee500c1
commit
ec57278daf
|
@ -765,7 +765,7 @@ module.exports = (_ => {
|
||||||
}
|
}
|
||||||
if (changeLogHTML) BDFDB.ModalUtils.open(plugin, {
|
if (changeLogHTML) BDFDB.ModalUtils.open(plugin, {
|
||||||
header: `${plugin.name} ${BDFDB.LanguageUtils.LanguageStrings.CHANGE_LOG}`,
|
header: `${plugin.name} ${BDFDB.LanguageUtils.LanguageStrings.CHANGE_LOG}`,
|
||||||
subheader: `Version ${plugin.version}`,
|
subHeader: `Version ${plugin.version}`,
|
||||||
className: BDFDB.disCN.modalchangelogmodal,
|
className: BDFDB.disCN.modalchangelogmodal,
|
||||||
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,
|
||||||
|
|
Loading…
Reference in New Issue