From 5852b454c66b505076ebb4790d866f733c1983b7 Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Wed, 1 Oct 2025 16:46:58 +0100 Subject: [PATCH] Remove todo --- frontend/src/data/useTranslatedToolRegistry.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/data/useTranslatedToolRegistry.tsx b/frontend/src/data/useTranslatedToolRegistry.tsx index 841ee9282..d89bfe683 100644 --- a/frontend/src/data/useTranslatedToolRegistry.tsx +++ b/frontend/src/data/useTranslatedToolRegistry.tsx @@ -569,7 +569,7 @@ export function useFlatToolRegistry(): ToolRegistry { endpoints: ["remove-blanks"], synonyms: getSynonyms(t, "removeBlanks"), operationConfig: removeBlanksOperationConfig, - automationSettings: RemoveBlanksSettings, // TODO:: Needs settings + automationSettings: RemoveBlanksSettings, }, removeAnnotations: { icon: , @@ -830,7 +830,7 @@ export function useFlatToolRegistry(): ToolRegistry { subcategoryId: SubcategoryId.GENERAL, maxFiles: -1, operationConfig: compressOperationConfig, - automationSettings: CompressSettings, //TODO:: width not great + automationSettings: CompressSettings, synonyms: getSynonyms(t, "compress") }, convert: {