fix(webui): hide settings kicker on automations

This commit is contained in:
chengyongru
2026-06-15 18:08:44 +08:00
parent 167a53dc45
commit 828759d1b6
3 changed files with 33 additions and 4 deletions
@@ -1733,7 +1733,7 @@ export function SettingsView({
{t("settings.backToChat")}
</button>
) : null}
{activeSection !== "automations" ? (
{showSidebar ? (
<p className="mb-2 text-[12px] font-normal text-muted-foreground">
{t("settings.sidebar.title")}
</p>