mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-07-02 02:22:55 +08:00
fix: remove unnecessary auto expand tools
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { useEffect, useReducer, useRef } from 'react';
|
||||
|
||||
type UiPreferences = {
|
||||
autoExpandTools: boolean;
|
||||
showRawParameters: boolean;
|
||||
showThinking: boolean;
|
||||
sendByCtrlEnter: boolean;
|
||||
@@ -33,7 +32,6 @@ type UiPreferencesAction =
|
||||
| ResetPreferencesAction;
|
||||
|
||||
const DEFAULTS: UiPreferences = {
|
||||
autoExpandTools: false,
|
||||
showRawParameters: false,
|
||||
showThinking: true,
|
||||
sendByCtrlEnter: false,
|
||||
|
||||
Reference in New Issue
Block a user