File tree Expand file tree Collapse file tree
packages/opencode/src/cli/cmd/tui/routes/session Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ export function Session() {
155155 const [ timestamps , setTimestamps ] = kv . signal < "hide" | "show" > ( "timestamps" , "hide" )
156156 const [ showDetails , setShowDetails ] = kv . signal ( "tool_details_visibility" , true )
157157 const [ showAssistantMetadata , setShowAssistantMetadata ] = kv . signal ( "assistant_metadata_visibility" , true )
158- const [ showScrollbar , setShowScrollbar ] = kv . signal ( "scrollbar_visible" , true )
158+ const [ showScrollbar , setShowScrollbar ] = kv . signal ( "scrollbar_visible" , false )
159159 const [ diffWrapMode ] = kv . signal < "word" | "none" > ( "diff_wrap_mode" , "word" )
160160 const [ animationsEnabled , setAnimationsEnabled ] = kv . signal ( "animations_enabled" , true )
161161 const [ showGenericToolOutput , setShowGenericToolOutput ] = kv . signal ( "generic_tool_output_visibility" , false )
You can’t perform that action at this time.
0 commit comments