Fix: hide attributes collapse / show button without UI settings (#13425)

This commit is contained in:
shamoon
2026-07-30 07:08:50 -07:00
committed by GitHub
parent 350684cd6b
commit 0a56018d6b
@@ -182,7 +182,7 @@
container="body" triggers="mouseenter:mouseleave" popoverClass="popover-slim">
<i-bs class="me-2" name="stack"></i-bs><span><ng-container i18n>Attributes</ng-container></span>
</a>
@if (!slimSidebarEnabled) {
@if (!slimSidebarEnabled && canSaveSettings) {
<button
type="button"
class="btn btn-link btn-sm text-muted p-0 me-3 attributes-expand-btn"