From f52eebd3003d85f985ce1f07fc3c5bf0a7ba31b2 Mon Sep 17 00:00:00 2001 From: rpm-build Date: Dec 10 2020 12:16:22 +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: 42 --- 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', () => {