diff --git a/Classes/Controller/ToolboxController.php b/Classes/Controller/ToolboxController.php
index c0543b9392..7a1ffea81f 100644
--- a/Classes/Controller/ToolboxController.php
+++ b/Classes/Controller/ToolboxController.php
@@ -283,6 +283,8 @@ private function renderImageManipulationTool(): void
$this->view->assign('imageManipulation', true);
$this->view->assign('parentContainer', $parentContainer);
+ // activate it here as it is the most common used tool
+ $this->view->assign('activateToolbox', true);
}
/**
diff --git a/Resources/Private/Templates/Toolbox/Main.html b/Resources/Private/Templates/Toolbox/Main.html
index ce4378435d..3c5299a75c 100644
--- a/Resources/Private/Templates/Toolbox/Main.html
+++ b/Resources/Private/Templates/Toolbox/Main.html
@@ -190,14 +190,16 @@
-
+
+
+
+
+