diff --git a/js/ui/background.js b/js/ui/background.js index 6ee1b31a6..ca3445160 100644 --- a/js/ui/background.js +++ b/js/ui/background.js @@ -347,6 +347,8 @@ var Background = GObject.registerClass({ this.set_color(color); else this.set_gradient(shadingType, color, secondColor); + + this._setLoaded(); } _watchFile(file) {