fix(changelog): fix changelog show
This commit is contained in:
@ -19,7 +19,7 @@ export default class ChangeLog extends Page {
|
||||
render() {
|
||||
return (
|
||||
<div className='pad0-75'>
|
||||
<ReactMarkdown skipHtml={true} source={this.changelog} />
|
||||
<ReactMarkdown skipHtml={true} children={this.changelog.toString()} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
@ -16,6 +16,7 @@ export const aboutMenuTemplateFunc = () => ({
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
enableRemoteModule: true,
|
||||
contextIsolation: false,
|
||||
}
|
||||
})
|
||||
win.setMenu(null)
|
||||
|
Reference in New Issue
Block a user