Skip to content

Commit 324d56b

Browse files
committed
🤖 fix: move Sounds settings section above Experiments
--- _Generated with `mux` • Model: `openai:gpt-5.3-codex` • Thinking: `xhigh` • Cost: `0.71`_ <!-- mux-attribution: model=openai:gpt-5.3-codex thinking=xhigh costs=50.71 -->
1 parent 2fadfd1 commit 324d56b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

‎src/browser/features/Settings/SettingsPage.tsx‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ const BASE_SECTIONS: SettingsSection[] = [
4848
icon: <Settings className="h-4 w-4" />,
4949
component: GeneralSection,
5050
},
51-
{
52-
id: "sounds",
53-
label: "Sounds",
54-
icon: <Volume2 className="h-4 w-4" />,
55-
component: SoundsSection,
56-
},
5751
{
5852
id: "tasks",
5953
label: "Agents",
@@ -108,6 +102,12 @@ const BASE_SECTIONS: SettingsSection[] = [
108102
icon: <Container className="h-4 w-4" />,
109103
component: RuntimesSection,
110104
},
105+
{
106+
id: "sounds",
107+
label: "Sounds",
108+
icon: <Volume2 className="h-4 w-4" />,
109+
component: SoundsSection,
110+
},
111111
{
112112
id: "experiments",
113113
label: "Experiments",

0 commit comments

Comments
 (0)