This commit is contained in:
2026-03-04 22:42:20 +01:00
parent 43d0de3c5f
commit 70a475c36e
5 changed files with 45 additions and 8 deletions

View File

@@ -101,6 +101,6 @@ $sidebarItems = $moduleSidebar['items'] ?? [];
<button class="sidebar-fab" data-sidebar-toggle aria-label="Menü einblenden">»»</button>
<?php endif; ?>
<?php if (defined('APP_DEBUG_TOOL') && APP_DEBUG_TOOL): ?>
<?php if (defined('APP_DEBUG_TOOL') && APP_DEBUG_TOOL && auth_is_admin()): ?>
<button class="debug-fab" data-debug-open title="Debug" type="button">🐞</button>
<?php endif; ?>