From 0a56018d6ba4c7d4cae840c69ad5d38e18216c31 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 30 Jul 2026 07:08:50 -0700 Subject: [PATCH] Fix: hide attributes collapse / show button without UI settings (#13425) --- src-ui/src/app/components/app-frame/app-frame.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html index 052ea386d..9f8f6fd8d 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.html +++ b/src-ui/src/app/components/app-frame/app-frame.component.html @@ -182,7 +182,7 @@ container="body" triggers="mouseenter:mouseleave" popoverClass="popover-slim"> Attributes - @if (!slimSidebarEnabled) { + @if (!slimSidebarEnabled && canSaveSettings) {