mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
loginDialog: Make notListedButton accessible
Without this a screen reader just calls the notListedButton a "push button" instead of also including the "Not listed?" text. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1567>
This commit is contained in:
parent
d5ca1bc62f
commit
7222bffdf8
1 changed files with 1 additions and 0 deletions
|
|
@ -464,6 +464,7 @@ var LoginDialog = GObject.registerClass({
|
|||
child: notListedLabel,
|
||||
reactive: true,
|
||||
x_align: Clutter.ActorAlign.START,
|
||||
label_actor: notListedLabel,
|
||||
});
|
||||
|
||||
this._notListedButton.connect('clicked', this._hideUserListAskForUsernameAndBeginVerification.bind(this));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue