We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e6a26 commit 9a7350eCopy full SHA for 9a7350e
src/auto-update/index.js
@@ -23,7 +23,7 @@ var NotificationUpdateAvailable = View.extend({
23
template: indexTemplate,
24
events: {
25
'click a[data-hook=cancel]': 'cancel',
26
- 'click a[data-hook=install-update]': 'installUpdate'
+ 'click a[data-hook=confirm]': 'installUpdate'
27
},
28
initialize: function() {
29
ipc.on('app:checking-for-update', function() {
0 commit comments