fixed updater settings view

This commit is contained in:
antelle 2021-01-09 23:04:22 +01:00
parent a8967ac764
commit fddf62409a
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 2 deletions

View File

@ -69,8 +69,7 @@ class SettingsGeneralView extends View {
constructor(model, options) {
super(model, options);
this.listenTo(UpdateModel, 'change:status', this.render);
this.listenTo(UpdateModel, 'change:updateStatus', this.render);
this.listenTo(UpdateModel, 'change', this.render);
this.listenTo(Events, 'theme-applied', this.render);
}