loginDialog: don't allow type ahead at the login screen
It's weird if after you select a username from the user list, there's a password already filled in. This commit disables at that feature for the login screen (but keeps it in tact for the unlock screen) https://bugzilla.gnome.org/show_bug.cgi?id=766139
This commit is contained in:
parent
047376dd1d
commit
51f314ab71
@ -1225,7 +1225,7 @@ const LoginDialog = new Lang.Class({
|
|||||||
},
|
},
|
||||||
|
|
||||||
addCharacter: function(unichar) {
|
addCharacter: function(unichar) {
|
||||||
this._authPrompt.addCharacter(unichar);
|
// Don't allow type ahead at the login screen
|
||||||
},
|
},
|
||||||
|
|
||||||
finish: function(onComplete) {
|
finish: function(onComplete) {
|
||||||
|
Loading…
Reference in New Issue
Block a user