From b0b98b8d9c1bc3908fedde8acb487b7fb7576244 Mon Sep 17 00:00:00 2001 From: martylukyy <35452459+martylukyy@users.noreply.github.com> Date: Sun, 7 May 2023 15:30:16 +0200 Subject: [PATCH] enhancement(web): disable freeleech percent when freeleech is toggled (#875) lock freeleech percent field when freeleech switch is enabled --- web/src/screens/filters/details.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/screens/filters/details.tsx b/web/src/screens/filters/details.tsx index bd0ee52..f21d6c5 100644 --- a/web/src/screens/filters/details.tsx +++ b/web/src/screens/filters/details.tsx @@ -642,7 +642,7 @@ export function Advanced({ values }: AdvancedProps) {

Freeleech may be announced as a binary true/false value or as a percentage, depending on the indexer. Use either or both, depending on the indexers you use.


See who uses what in the documentation: https://autobrr.com/filters/freeleech

} /> -

Freeleech may be announced as a binary true/false value or as a percentage, depending on the indexer. Use either or both, depending on the indexers you use.


See who uses what in the documentation: https://autobrr.com/filters/freeleech

} columns={6} placeholder="eg. 50,75-100" /> +

Freeleech may be announced as a binary true/false value or as a percentage, depending on the indexer. Use either or both, depending on the indexers you use.


See who uses what in the documentation: https://autobrr.com/filters/freeleech

} columns={6} placeholder="eg. 50,75-100" /> );