feat: add toggle for cost tracking

This commit is contained in:
Dustin Healy 2025-08-21 02:57:34 -07:00
parent 1a947607a5
commit 97ac52fc6c
6 changed files with 21 additions and 6 deletions

View file

@ -76,6 +76,13 @@ const toggleSwitchConfigs = [
hoverCardText: undefined,
key: 'modularChat',
},
{
stateAtom: store.showCostTracking,
localizationKey: 'com_nav_show_cost_tracking',
switchId: 'showCostTracking',
hoverCardText: 'com_nav_info_show_cost_tracking',
key: 'showCostTracking',
},
];
function Chat() {