mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
fd484099ae
commit
84c7890917
1 changed files with 0 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ var ScreenShield = class {
|
|||
name: 'lockScreenGroup',
|
||||
visible: false,
|
||||
});
|
||||
Main.ctrlAltTabManager.addGroup(this._lockScreenGroup, _("Lock"), 'changes-prevent-symbolic');
|
||||
|
||||
this._lockDialogGroup = new St.Widget({
|
||||
x_expand: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue