mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
unlockDialog: Don't make dialog focusable
There is little point in focusing the dialog itself, we want keynav to navigate inside instead and navigate between focusable children. https://gitlab.gnome.org/GNOME/gnome-shell/issues/2210
This commit is contained in:
parent
120b907c33
commit
1249655d0a
1 changed files with 0 additions and 1 deletions
|
|
@ -476,7 +476,6 @@ var UnlockDialog = GObject.registerClass({
|
|||
accessible_role: Atk.Role.WINDOW,
|
||||
style_class: 'login-dialog',
|
||||
visible: false,
|
||||
can_focus: true,
|
||||
reactive: true,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue