authPrompt: Remove next button
This commit is contained in:
@ -346,7 +346,6 @@ var UnlockDialog = GObject.registerClass({
|
||||
this._authPrompt.connect('cancelled', this._fail.bind(this));
|
||||
this._authPrompt.connect('reset', this._onReset.bind(this));
|
||||
this._authPrompt.setPasswordChar('\u25cf');
|
||||
this._authPrompt.nextButton.label = _("Unlock");
|
||||
|
||||
this._mainBox.add_child(this._authPrompt.actor);
|
||||
|
||||
|
Reference in New Issue
Block a user