fix: hide Download Folder input when CUSTOM_DIRS is disabled
This commit is contained in:
parent
9eb38ca52c
commit
d03e4eccfb
1 changed files with 2 additions and 0 deletions
|
|
@ -364,6 +364,7 @@
|
||||||
<!-- Output -->
|
<!-- Output -->
|
||||||
<div class="settings-section-label">Output</div>
|
<div class="settings-section-label">Output</div>
|
||||||
<div class="row g-3">
|
<div class="row g-3">
|
||||||
|
@if (downloads.configuration['CUSTOM_DIRS']) {
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<span class="input-group-text help-title" ngbPopover="Type to filter existing folders, or enter a new folder name." triggers="click" autoClose="outside" container="body">Download Folder</span>
|
<span class="input-group-text help-title" ngbPopover="Type to filter existing folders, or enter a new folder name." triggers="click" autoClose="outside" container="body">Download Folder</span>
|
||||||
|
|
@ -380,6 +381,7 @@
|
||||||
[disabled]="addInProgress || subscribeInProgress || downloads.loading">
|
[disabled]="addInProgress || subscribeInProgress || downloads.loading">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
}
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<span class="input-group-text help-title" ngbPopover="Add a prefix to downloaded filenames." triggers="click" autoClose="outside" container="body">Custom Name Prefix</span>
|
<span class="input-group-text help-title" ngbPopover="Add a prefix to downloaded filenames." triggers="click" autoClose="outside" container="body">Custom Name Prefix</span>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue