fix download folder selection dropdown. closes #678

This commit is contained in:
Alex Shnitman
2025-06-05 18:45:36 +03:00
parent b7ef408d5d
commit f494c4f6be
4 changed files with 35 additions and 12 deletions

View File

@@ -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>