fix(changelog): fix changelog show

This commit is contained in:
Alexey Kasyanchuk
2021-06-10 14:40:54 +03:00
parent af91c9c294
commit 48701df4c8
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ export const aboutMenuTemplateFunc = () => ({
webPreferences: {
nodeIntegration: true,
enableRemoteModule: true,
contextIsolation: false,
}
})
win.setMenu(null)