From 3e7b6fc1c56f91e8a357680b7f5e182d7e857436 Mon Sep 17 00:00:00 2001 From: Terranom674 Date: Sat, 15 Aug 2026 20:25:00 +0200 Subject: [PATCH] Register cache worker settings action --- include/tool_registry.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/tool_registry.inc.php b/include/tool_registry.inc.php index 40dbeb8..387f5ed 100644 --- a/include/tool_registry.inc.php +++ b/include/tool_registry.inc.php @@ -23,6 +23,9 @@ function bratonien_tools_get_tools() 'image_cache_cancel' => array( 'handler' => 'bratonien_tools_cancel_main_cache_build', ), + 'image_cache_worker_settings' => array( + 'handler' => 'bratonien_tools_save_cache_worker_settings', + ), 'watermark_save' => array( 'handler' => 'bratonien_tools_save_watermark', ),