wip(desktop): progress

thinking-toggle-wip
Adam 2025-12-15 06:18:23 -06:00 committed by Aiden Cline
parent 5fb20a52a7
commit 668c932631
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ export function SessionTurn(
const [store, setStore] = createStore({
status: rawStatus(),
stepsExpanded: true,
stepsExpanded: working(),
duration: duration(),
})