From 516ce97c8a3be53635ea4882b99eb3bdefdfc45d Mon Sep 17 00:00:00 2001 From: rpm-build Date: Sep 25 2020 17:45: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: 32 --- 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', () => {