fix: disable sticky user header by default

Sets Sticky User Header default to off
This commit is contained in:
Bohdan Triapitsyn
2026-06-03 18:08:25 +03:00
parent 0ea921032e
commit 833e166589
+1 -1
View File
@@ -882,7 +882,7 @@ export const useUIStore = create<UIStore>()(
weekStartPreference: 'auto',
mermaidRenderingMode: 'svg',
userMessageRenderingMode: 'markdown',
stickyUserHeader: true,
stickyUserHeader: false,
showSplitAssistantMessageActions: false,
showMobileSessionStatusBar: false,
isMobileSessionStatusBarCollapsed: false,