diff --git a/js/ui/background.js b/js/ui/background.js index 06e0388..75b76a5 100644 --- a/js/ui/background.js +++ b/js/ui/background.js @@ -254,7 +254,7 @@ var Background = class Background { (lm, aboutToSuspend) => { if (aboutToSuspend) return; - this._refreshAnimation(); + this.emit('changed'); }); this._settingsChangedSignalId = this._settings.connect('changed', () => {