diff --git a/js/ui/background.js b/js/ui/background.js index d08e2ec36..62411d987 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) {