fix: default new users to live chat rendering

This commit is contained in:
Bohdan Triapitsyn
2026-04-17 14:39:06 +03:00
parent 2146e346a0
commit 6bc415060b
+1 -1
View File
@@ -743,7 +743,7 @@ export const useUIStore = create<UIStore>()(
eventStreamStatus: 'idle', eventStreamStatus: 'idle',
eventStreamHint: null, eventStreamHint: null,
showReasoningTraces: true, showReasoningTraces: true,
chatRenderMode: 'sorted', chatRenderMode: 'live',
activityRenderMode: 'summary', activityRenderMode: 'summary',
showDeletionDialog: true, showDeletionDialog: true,
autoDeleteEnabled: false, autoDeleteEnabled: false,