mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
parent
ef198858b1
commit
4c36ba35bc
1 changed files with 1 additions and 4 deletions
|
@ -229,10 +229,7 @@ export class PrefsDialog extends EventTarget {
|
|||
PrefsDialog._enableIfChecked(input, cal.check);
|
||||
const incomplete_dir_input = input;
|
||||
|
||||
cal = PrefsDialog._createCheckAndLabel(
|
||||
'autostart-div',
|
||||
'Start when added'
|
||||
);
|
||||
cal = PrefsDialog._createCheckAndLabel('autostart-div', 'Start when added');
|
||||
cal.check.dataset.key = 'start-added-torrents';
|
||||
root.append(cal.root);
|
||||
const autostart_check = cal.check;
|
||||
|
|
Loading…
Reference in a new issue