sidebar: add volume mixer

This commit is contained in:
end-4
2024-03-24 21:37:06 +07:00
parent fdb4425ed9
commit 920e4355d6
12 changed files with 401 additions and 42 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ const apiCommandStack = Stack({
})
export const apiContentStack = IconTabContainer({
tabSwitcherClassName: 'sidebar-chat-apiswitcher',
tabSwitcherClassName: 'sidebar-icontabswitcher',
className: 'margin-top-5',
iconWidgets: APIS.map((api) => api.tabIcon),
names: APIS.map((api) => api.name),