Skip to content

Commit b7eb396

Browse files
committed
These settings don't actually use the ghostServiceSettings
1 parent 0499d8e commit b7eb396

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

webview-ui/src/components/settings/DisplaySettings.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ type DisplaySettingsProps = HTMLAttributes<HTMLDivElement> & {
1616
showTaskTimeline?: boolean
1717
sendMessageOnEnter?: boolean // kilocode_change
1818
showTimestamps?: boolean
19-
ghostServiceSettings?: any
2019
reasoningBlockCollapsed: boolean
2120
setCachedStateField: SetCachedStateField<
2221
| "showTaskTimeline"
@@ -33,7 +32,6 @@ export const DisplaySettings = ({
3332
showTaskTimeline,
3433
showTimestamps,
3534
sendMessageOnEnter,
36-
ghostServiceSettings,
3735
setCachedStateField,
3836
reasoningBlockCollapsed,
3937
hideCostBelowThreshold,

webview-ui/src/components/settings/SettingsView.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,6 @@ const SettingsView = forwardRef<SettingsViewRef, SettingsViewProps>(({ onDone, t
915915
showTaskTimeline={showTaskTimeline}
916916
sendMessageOnEnter={sendMessageOnEnter}
917917
showTimestamps={cachedState.showTimestamps} // kilocode_change
918-
ghostServiceSettings={ghostServiceSettings}
919918
hideCostBelowThreshold={hideCostBelowThreshold}
920919
setCachedStateField={setCachedStateField}
921920
/>

0 commit comments

Comments
 (0)