mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
screenShield: Move lock shield below dialog
Pretty much what the commit title says. This gives the lock shield actor another role: instead of being the interactive screen shield, make it the invisible actor that prevents interacting with windows while the unlock dialog is sliding down. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
This commit is contained in:
parent
c1ee656c35
commit
16dcb1ac15
1 changed files with 1 additions and 1 deletions
|
|
@ -65,8 +65,8 @@ var ScreenShield = class {
|
|||
pivot_point: new Graphene.Point({ x: 0.5, y: 0.5 }),
|
||||
name: 'lockDialogGroup' });
|
||||
|
||||
this.actor.add_actor(this._lockDialogGroup);
|
||||
this.actor.add_actor(this._lockScreenGroup);
|
||||
this.actor.add_actor(this._lockDialogGroup);
|
||||
|
||||
this._presence = new GnomeSession.Presence((proxy, error) => {
|
||||
if (error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue