mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 06:58:42 +00:00
WebUI: Increase focus delay for password field cursor
This commit is contained in:
parent
828b3204b8
commit
9fd527f465
1 changed files with 14 additions and 14 deletions
|
@ -148,6 +148,6 @@ Deluge.LoginWindow = Ext.extend(Ext.Window, {
|
|||
},
|
||||
|
||||
onShow: function() {
|
||||
this.passwordField.focus(true, 100);
|
||||
this.passwordField.focus(true, 300);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue