|
|
@ -6,15 +6,13 @@
|
|
|
|
</mat-select>
|
|
|
|
</mat-select>
|
|
|
|
</mat-form-field>
|
|
|
|
</mat-form-field>
|
|
|
|
<app-native-file-select [mode]="selectionType.value" (fileSelect)="this.setSelectedPaths($event)"></app-native-file-select>
|
|
|
|
<app-native-file-select [mode]="selectionType.value" (fileSelect)="this.setSelectedPaths($event)"></app-native-file-select>
|
|
|
|
<button mat-stroked-button class="filled-button">
|
|
|
|
<button mat-flat-button>
|
|
|
|
{{resolving? "Searching for files..." : this.fileCount + " files found"}}
|
|
|
|
{{resolving? "Searching for files..." : this.fileCount + " files found"}}
|
|
|
|
<mat-progress-bar *ngIf="resolving" mode="indeterminate" color="primary"></mat-progress-bar>
|
|
|
|
<mat-progress-bar *ngIf="resolving" mode="indeterminate" color="primary"></mat-progress-bar>
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
|
|
<mat-divider></mat-divider>
|
|
|
|
<mat-divider></mat-divider>
|
|
|
|
|
|
|
|
|
|
|
|
<button mat-flat-button class="filled-button">Tag parsing options</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<section class="binary-import-options">
|
|
|
|
<section class="binary-import-options">
|
|
|
|
<mat-checkbox [checked]="this.importOptions.read_tags_from_txt" (change)="this.importOptions.read_tags_from_txt = $event.checked">Import tags from
|
|
|
|
<mat-checkbox [checked]="this.importOptions.read_tags_from_txt" (change)="this.importOptions.read_tags_from_txt = $event.checked">Import tags from
|
|
|
|
adjacent .txt tag files
|
|
|
|
adjacent .txt tag files
|
|
|
|