mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
loginDialog: Use text entry for username
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/922
This commit is contained in:
parent
6daeb048af
commit
fe69dacaf1
1 changed files with 3 additions and 0 deletions
|
|
@ -423,6 +423,9 @@ var AuthPrompt = GObject.registerClass({
|
|||
|
||||
let userWidget = new UserWidget.UserWidget(user, Clutter.Orientation.VERTICAL);
|
||||
this._userWell.set_child(userWidget);
|
||||
|
||||
if (!user)
|
||||
this._updateEntry(false);
|
||||
}
|
||||
|
||||
reset() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue