mirror of
https://github.com/codex-storage/deluge.git
synced 2025-03-02 12:00:44 +00:00
give focus back to the password field after the messagebox is closed
This commit is contained in:
parent
23ec87724e
commit
9d8a104264
@ -94,11 +94,14 @@ Copyright:
|
||||
msg: _('You entered an incorrect password'),
|
||||
buttons: Ext.MessageBox.OK,
|
||||
modal: false,
|
||||
fn: function() {
|
||||
passwordField.focus();
|
||||
},
|
||||
icon: Ext.MessageBox.WARNING,
|
||||
iconCls: 'x-deluge-icon-warning'
|
||||
});
|
||||
}
|
||||
}.bindWithEvent(this)
|
||||
}.bindWithEvent(this);
|
||||
});
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user