From 9905f381004f1c8bfbfe52c1d1ecc3b32cd50cfc Mon Sep 17 00:00:00 2001 From: Flaminel Date: Mon, 16 Mar 2026 17:26:28 +0200 Subject: [PATCH] fixed proactive settings not being under the enable toggle --- .../src/app/features/settings/seeker/seeker.component.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/frontend/src/app/features/settings/seeker/seeker.component.html b/code/frontend/src/app/features/settings/seeker/seeker.component.html index ef9a5716..d8d5b7eb 100644 --- a/code/frontend/src/app/features/settings/seeker/seeker.component.html +++ b/code/frontend/src/app/features/settings/seeker/seeker.component.html @@ -29,6 +29,7 @@ + @if (searchEnabled()) {
} + }