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:
parent
b9c7631a55
commit
3651cb2047
@ -591,6 +591,7 @@ var UnlockDialog = GObject.registerClass({
|
|||||||
}
|
}
|
||||||
|
|
||||||
_fail() {
|
_fail() {
|
||||||
|
this._showClock();
|
||||||
this.emit('failed');
|
this.emit('failed');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user