From e774b73aa087675047facd31e259c458c390d451 Mon Sep 17 00:00:00 2001 From: rpm-build Date: Jan 13 2021 16:11:01 +0000 Subject: 0002-background-rebuild-background-not-just-animation-on-.patch patch_name: 0002-background-rebuild-background-not-just-animation-on-.patch present_in_specfile: true location_in_specfile: 47 --- 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', () => {