diff --git a/Classes/Controller/FrontendEditingModuleController.php b/Classes/Controller/FrontendEditingModuleController.php
index 252fb950..459bf07a 100644
--- a/Classes/Controller/FrontendEditingModuleController.php
+++ b/Classes/Controller/FrontendEditingModuleController.php
@@ -552,6 +552,7 @@ public function showAction(ServerRequestInterface $request): ResponseInterface
$this->view->assign('protocol', $request->getUri()->getScheme());
$this->view->assign('contentItems', $this->getContentItems());
$this->view->assign('customRecords', $this->getCustomRecords());
+ $this->view->assign('disableLoadingScreen', (int)(ConfigurationUtility::getExtensionConfiguration()['disableLoadingScreen'] ?? 0));
$this->view->assign('loadingIcon', $this->iconFactory->getIcon('spinner-circle-dark', Icon::SIZE_LARGE)->render());
$this->initFrontendEditingGui();
diff --git a/Resources/Private/Language/locallang_be.xlf b/Resources/Private/Language/locallang_be.xlf
index 427d5f19..3aac465a 100644
--- a/Resources/Private/Language/locallang_be.xlf
+++ b/Resources/Private/Language/locallang_be.xlf
@@ -13,6 +13,9 @@
+
+
+