mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
split the auto_add_trackers textfield otherwise it breaks the label plugin
This commit is contained in:
parent
67add964de
commit
fd248eb1fd
1 changed files with 1 additions and 0 deletions
|
@ -330,6 +330,7 @@ Deluge.ux.LabelOptionsWindow = Ext.extend(Ext.Window, {
|
||||||
|
|
||||||
onOkClick: function() {
|
onOkClick: function() {
|
||||||
var values = this.form.getForm().getFieldValues();
|
var values = this.form.getForm().getFieldValues();
|
||||||
|
values['auto_add_trackers'] = values['auto_add_trackers'].split('\n');
|
||||||
deluge.client.label.set_options(this.label, values);
|
deluge.client.label.set_options(this.label, values);
|
||||||
this.hide();
|
this.hide();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue