dadssad
This commit is contained in:
@@ -87,6 +87,9 @@ $renderStartIcon = static function (array $profile): string {
|
||||
<span>Fenster</span>
|
||||
</div>
|
||||
<div class="system-bar-right">
|
||||
<?php if (($desktopPayload['session']['is_admin'] ?? false) === true): ?>
|
||||
<button class="tray-pill tray-pill-button tray-pill-debug" id="debug-toggle-top" type="button" aria-expanded="false">Debug</button>
|
||||
<?php endif; ?>
|
||||
<time id="clock-top"></time>
|
||||
</div>
|
||||
</header>
|
||||
@@ -157,6 +160,9 @@ $renderStartIcon = static function (array $profile): string {
|
||||
<?php foreach ($desktopPayload['tray'] as $trayItem): ?>
|
||||
<button class="tray-pill tray-pill-button" type="button" data-tray-id="<?= htmlspecialchars((string) $trayItem['id'], ENT_QUOTES) ?>"><?= htmlspecialchars($trayItem['label'], ENT_QUOTES) ?></button>
|
||||
<?php endforeach; ?>
|
||||
<?php if (($desktopPayload['session']['is_admin'] ?? false) === true): ?>
|
||||
<button class="tray-pill tray-pill-button tray-pill-debug" id="debug-toggle" type="button" aria-expanded="false">Debug</button>
|
||||
<?php endif; ?>
|
||||
<time id="clock"></time>
|
||||
</div>
|
||||
<div class="tray-menu" id="tray-account-menu" hidden>
|
||||
|
||||
Reference in New Issue
Block a user