Added args modifier dialog to custom args input in the subscribe dialog

This commit is contained in:
Isaac Grynsztein
2020-06-21 23:40:39 -04:00
parent 319bb0160b
commit 20f162d794
10 changed files with 31 additions and 9 deletions

View File

@@ -43,9 +43,10 @@
<mat-checkbox [disabled]="audioOnlyMode" [(ngModel)]="streamingOnlyMode"><ng-container i18n="Streaming-only mode">Streaming-only mode</ng-container></mat-checkbox>
</div>
</div>
<div class="col-12 mb-2">
<div class="col-12 mb-3">
<mat-form-field color="accent">
<input [(ngModel)]="customArgs" matInput placeholder="Custom args" i18n-placeholder="Subscription custom args placeholder">
<button class="args-edit-button" (click)="openArgsModifierDialog()" mat-icon-button><mat-icon>edit</mat-icon></button>
<mat-hint>
<ng-container i18n="Custom args hint">These are added after the standard args.</ng-container>
</mat-hint>