Remove duplicated unpack processes form field
Small change to remove a duplicated form field. Thanks!
This commit is contained in:
parent
f25d849cfa
commit
2d40f0fd0f
1 changed files with 0 additions and 8 deletions
|
|
@ -130,14 +130,6 @@
|
|||
<p class="help">Maximum amount of downloads that get unpacked on your host at the same time.</p>
|
||||
</div>
|
||||
|
||||
<div class="field">
|
||||
<label class="label">Maximum unpack processes</label>
|
||||
<div class="control">
|
||||
<input class="input" type="number" max="100" min="1" step="1" [(ngModel)]="settingUnpackLimit" />
|
||||
</div>
|
||||
<p class="help">Maximum amount of downloads that get unpacked on your host at the same time.</p>
|
||||
</div>
|
||||
|
||||
<div class="field">
|
||||
<label class="label">Run external program on torrent completion</label>
|
||||
<div class="control">
|
||||
|
|
|
|||
Loading…
Reference in a new issue