mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Rename quitAndInstallUpdate to restartAndInstallUpdate
This commit is contained in:
@@ -33,7 +33,7 @@ export default class AutoUpdateManager {
|
||||
ipcRenderer.send('check-for-update')
|
||||
}
|
||||
|
||||
quitAndInstallUpdate () {
|
||||
restartAndInstallUpdate () {
|
||||
ipcRenderer.send('install-update')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user