From d03e4eccfb903bf69ce14c1c8dbca6d3e244219d Mon Sep 17 00:00:00 2001 From: TonyBlur Date: Thu, 4 Jun 2026 21:23:28 +0800 Subject: [PATCH] fix: hide Download Folder input when CUSTOM_DIRS is disabled --- ui/src/app/app.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/src/app/app.html b/ui/src/app/app.html index 87f560d..2b7f01c 100644 --- a/ui/src/app/app.html +++ b/ui/src/app/app.html @@ -364,6 +364,7 @@
Output
+ @if (downloads.configuration['CUSTOM_DIRS']) {
Download Folder @@ -380,6 +381,7 @@ [disabled]="addInProgress || subscribeInProgress || downloads.loading">
+ }
Custom Name Prefix