We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bfdcfa commit 40b756cCopy full SHA for 40b756c
1 file changed
js/ui/screensaver/screenShield.js
@@ -457,6 +457,7 @@ var ScreenShield = GObject.registerClass({
457
if (Main.deskletContainer)
458
Main.deskletContainer.actor.hide();
459
460
+ global.stage.set_child_above_sibling(Main.layoutManager.screenShieldGroup, null);
461
Main.layoutManager.screenShieldGroup.show();
462
this.show();
463
0 commit comments