implemented global custom args functionality

fixed bad logic in settings
This commit is contained in:
Isaac Grynsztein
2020-03-08 22:47:08 -04:00
parent 73d4cca615
commit 946abd2e92
4 changed files with 21 additions and 3 deletions

View File

@@ -211,7 +211,7 @@
</div>
<div class="col-12">
<mat-form-field color="accent">
<input [disabled]="!new_config['Advanced']['use_default_downloading_agent']" [(ngModel)]="new_config['Advanced']['custom_downloading_agent']" matInput placeholder="Custom agent" required>
<input [disabled]="new_config['Advanced']['use_default_downloading_agent']" [(ngModel)]="new_config['Advanced']['custom_downloading_agent']" matInput placeholder="Custom agent" required>
<mat-hint></mat-hint>
</mat-form-field>
</div>