mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +08:00
Merge pull request #1790 from mbilker/fix-mistake
Fix my mistake with AutoUpdateManager
This commit is contained in:
commit
8ff89dbf48
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class AutoUpdateManager
|
|||
|
||||
onUpdateNotAvailable: =>
|
||||
autoUpdater.removeListener 'error', @onUpdateError
|
||||
remote.dialog.showMessageBox
|
||||
dialog.showMessageBox
|
||||
type: 'info'
|
||||
buttons: ['OK']
|
||||
icon: @iconURL()
|
||||
|
|
Loading…
Reference in a new issue