unlockDialog: Show clock when canceling or failing auth
There is still a problem of focus not going to the entry after the first cancel, but it seems to work fine otherwise. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
This commit is contained in:
@ -586,6 +586,7 @@ var UnlockDialog = GObject.registerClass({
|
||||
}
|
||||
|
||||
_fail() {
|
||||
this._showClock();
|
||||
this.emit('failed');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user