X Tutup
Skip to content

Commit a84d49f

Browse files
committed
add newline
1 parent 2ec223b commit a84d49f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/tutorial/updates.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ autoUpdater.on('update-downloaded', (event, releaseNotes, releaseName) => {
7676
message: 'A new version has been downloaded. Restart the application to apply the updates.',
7777
detail: releaseName + '\n\n' + releaseNotes
7878
}
79+
7980
dialog.showMessageBox(dialogOpts, (response) => {
8081
if (response === 0) autoUpdater.quitAndInstall()
8182
})

0 commit comments

Comments
 (0)
X Tutup