Register cache worker settings action

This commit is contained in:
Terranom674
2026-08-15 20:25:00 +02:00
parent 7d679d7aa2
commit 3e7b6fc1c5

View File

@@ -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',
),