mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
authPrompt: Fix cancel button visibility
Grrr, this slipped in in 5cad5c20e9, and we don't have a compiler
to catch those kinds of bugs :-(
https://gitlab.gnome.org/GNOME/gnome-shell/issues/2228
This commit is contained in:
parent
c02296a9b9
commit
24c8f5bb70
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ var AuthPrompt = GObject.registerClass({
|
|||
});
|
||||
this.add_child(this._userWell);
|
||||
|
||||
this._hasCancelButton = this._mode === AuthPromptStatus.UNLOCK_OR_LOG_IN;
|
||||
this._hasCancelButton = this._mode === AuthPromptMode.UNLOCK_OR_LOG_IN;
|
||||
|
||||
this._initEntryRow();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue