From 8cd004db4ac02c9bd7f5aead2d247448a7b6850d Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Sat, 7 Jun 2025 14:43:38 -0500 Subject: [PATCH] fix: hides search bar when download list is widget --- templates/components/DownloadList.html.twig | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/templates/components/DownloadList.html.twig b/templates/components/DownloadList.html.twig index 26c20a7..6d66a7e 100644 --- a/templates/components/DownloadList.html.twig +++ b/templates/components/DownloadList.html.twig @@ -1,8 +1,12 @@ {% set table_body_id = (type == "complete") ? "complete_downloads" : "active_downloads" %} -
- -
+ + {% if this.isWidget == false %} +
+ +
+ {% endif %} +