mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Merge branch 'auth-prompt' into 'main'
authPrompt: set accessible_name to prompt question See merge request GNOME/gnome-shell!1568
This commit is contained in:
commit
be70dcda99
1 changed files with 1 additions and 0 deletions
|
|
@ -493,6 +493,7 @@ export const AuthPrompt = GObject.registerClass({
|
|||
|
||||
setQuestion(question) {
|
||||
this._entry.hint_text = question;
|
||||
this._entry.set_accessible_name(question);
|
||||
|
||||
this._authList.hide();
|
||||
this._entry.show();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue