diff --git a/desktop/src/features/agents/ui/AgentDefaultsEditor.tsx b/desktop/src/features/agents/ui/AgentDefaultsEditor.tsx index 69e8b3a5b4..b99b7b43d0 100644 --- a/desktop/src/features/agents/ui/AgentDefaultsEditor.tsx +++ b/desktop/src/features/agents/ui/AgentDefaultsEditor.tsx @@ -39,6 +39,7 @@ import { } from "@/features/agents/ui/AgentConfigFields"; import { cn } from "@/shared/lib/cn"; import { Button } from "@/shared/ui/button"; +import { SettingsActionButton } from "@/features/settings/ui/SettingsActionButton"; type SaveState = "idle" | "saving" | "saved" | "error"; @@ -259,6 +260,7 @@ export function AgentDefaultsEditor({ const progressiveFieldsTransition = shouldReduceMotion ? { duration: 0 } : PROGRESSIVE_FIELDS_TRANSITION; + const SaveButton = flatLayout ? SettingsActionButton : Button; return (
Font size
-- Applies across conversations and interface text -
Conversation density
-- Spacing in conversations and Markdown content across Buzz -
Layout feedback
+3 replies
+Preview - -
Link previews
-- {activeOption.description} -
@@ -637,7 +850,7 @@ export function ThreadLayoutSetting() {
Accent color
-- Choose the highlight color used throughout Buzz. -
- {notificationSettings.desktopEnabled - ? "Native desktop alerts are enabled for the categories you have armed below." - : "Request OS permission and surface new mentions or needs-action items outside the app."} -
- Alert with a sound for the events below. -
- Show a Home badge for mentions and needs-action items in the - sidebar. -
Color mode
-- Follow your system or choose a light or dark appearance. -
Theme style
-- Choose the colors used throughout Buzz. -