1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

fixup! web: preferences: incomplete-dir (#2183)

chore: code-style.sh
This commit is contained in:
Charles Kerr 2022-01-26 22:31:57 -06:00
parent ef198858b1
commit 4c36ba35bc

View file

@ -229,10 +229,7 @@ export class PrefsDialog extends EventTarget {
PrefsDialog._enableIfChecked(input, cal.check); PrefsDialog._enableIfChecked(input, cal.check);
const incomplete_dir_input = input; const incomplete_dir_input = input;
cal = PrefsDialog._createCheckAndLabel( cal = PrefsDialog._createCheckAndLabel('autostart-div', 'Start when added');
'autostart-div',
'Start when added'
);
cal.check.dataset.key = 'start-added-torrents'; cal.check.dataset.key = 'start-added-torrents';
root.append(cal.root); root.append(cal.root);
const autostart_check = cal.check; const autostart_check = cal.check;