screenShield: Remove lock screen group from Crtl-Alt-Tab manager

There is nothing else to be focused in the lock screen itself -- the
top bar is already handled elsewhere, and the dialog manages itself
now.

Remove the lock screen group from the Ctrl-Alt-Tab manager.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
This commit is contained in:
Georges Basile Stavracas Neto 2020-01-30 12:17:07 -03:00 committed by Florian Müllner
parent fd484099ae
commit 84c7890917

View File

@ -55,7 +55,6 @@ var ScreenShield = class {
name: 'lockScreenGroup', name: 'lockScreenGroup',
visible: false, visible: false,
}); });
Main.ctrlAltTabManager.addGroup(this._lockScreenGroup, _("Lock"), 'changes-prevent-symbolic');
this._lockDialogGroup = new St.Widget({ this._lockDialogGroup = new St.Widget({
x_expand: true, x_expand: true,