fix(changelog): fix modal peers display

This commit is contained in:
Alexey Kasyanchuk
2018-03-05 06:51:29 +03:00
parent 008a9bd0cc
commit c40799816b
2 changed files with 9 additions and 4 deletions

View File

@ -20,7 +20,7 @@ export const aboutMenuTemplate = {
slashes: true
}))
win.webContents.on('did-finish-load', () => {
win.send('url', '/changelog')
setTimeout(() => win.send('url', '/changelog'), 0)
});
const handleRedirect = (e, url) => {