From 568c244cd892c59b1eb18af6d536c523d2d8ca08 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Thu, 7 Aug 2025 23:47:39 +0300 Subject: [PATCH] merge force download into the new custom fields handling. --- ui/app/components/DLFields.vue | 2 +- ui/app/components/DLInput.vue | 4 +-- ui/app/components/NewDownload.vue | 50 +++++++++++++------------------ 3 files changed, 24 insertions(+), 32 deletions(-) diff --git a/ui/app/components/DLFields.vue b/ui/app/components/DLFields.vue index fc012a5b..e9545844 100644 --- a/ui/app/components/DLFields.vue +++ b/ui/app/components/DLFields.vue @@ -122,7 +122,7 @@ The icon of the field, must be from + href="https://fontawesome.com/search?ic=free&o=r" target="_blank"> font-awesome icon. e.g. fa-solid fa-image. Leave empty for no icon. diff --git a/ui/app/components/DLInput.vue b/ui/app/components/DLInput.vue index 5781a3fb..e06797cc 100644 --- a/ui/app/components/DLInput.vue +++ b/ui/app/components/DLInput.vue @@ -1,8 +1,8 @@