add newline
This commit is contained in:
parent
2ec223ba11
commit
a84d49fe5c
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ autoUpdater.on('update-downloaded', (event, releaseNotes, releaseName) => {
|
||||||
message: 'A new version has been downloaded. Restart the application to apply the updates.',
|
message: 'A new version has been downloaded. Restart the application to apply the updates.',
|
||||||
detail: releaseName + '\n\n' + releaseNotes
|
detail: releaseName + '\n\n' + releaseNotes
|
||||||
}
|
}
|
||||||
|
|
||||||
dialog.showMessageBox(dialogOpts, (response) => {
|
dialog.showMessageBox(dialogOpts, (response) => {
|
||||||
if (response === 0) autoUpdater.quitAndInstall()
|
if (response === 0) autoUpdater.quitAndInstall()
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue