mirror of
https://github.com/alexta69/metube.git
synced 2026-03-19 15:03:50 +00:00
fix download folder selection dropdown. closes #678
This commit is contained in:
@@ -136,6 +136,11 @@
|
||||
bindLabel="folder"
|
||||
[(ngModel)]="folder"
|
||||
[disabled]="addInProgress || downloads.loading"
|
||||
[virtualScroll]="true"
|
||||
[clearable]="true"
|
||||
[loading]="downloads.loading"
|
||||
[searchable]="true"
|
||||
[closeOnSelect]="true"
|
||||
ngbTooltip="Choose where to save downloads. Type to create a new folder.">
|
||||
</ng-select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user