authPrompt: hide/stop spinner after verfiication completes
When the user successfully types their password, we should hide the spinner from the button well right away, so it doesn't consume resources until reset (which may happen significantly later if the user is vt switched away) https://bugzilla.gnome.org/show_bug.cgi?id=753891
This commit is contained in:
parent
030a22d795
commit
f2d4aa0822
@ -258,6 +258,7 @@ const AuthPrompt = new Lang.Class({
|
||||
},
|
||||
|
||||
_onVerificationComplete: function() {
|
||||
this.setActorInDefaultButtonWell(null);
|
||||
this.verificationStatus = AuthPromptStatus.VERIFICATION_SUCCEEDED;
|
||||
this.cancelButton.reactive = false;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user