ScreenShield: use the screensaver background
Now that that's configurable in the control center, we should use the appropriate background here. https://bugzilla.gnome.org/show_bug.cgi?id=688210
This commit is contained in:
parent
4413f816e6
commit
fdc0832506
@ -599,7 +599,8 @@ const ScreenShield = new Lang.Class({
|
||||
|
||||
let bgManager = new Background.BackgroundManager({ container: widget,
|
||||
monitorIndex: monitorIndex,
|
||||
controlPosition: false });
|
||||
controlPosition: false,
|
||||
settingsSchema: SCREENSAVER_SCHEMA });
|
||||
|
||||
this._bgManagers.push(bgManager);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user