Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 56ac6ef

Browse files
hannesrudolphroomote[bot]
andcommitted
Update webview-ui/src/components/settings/SettingsView.tsx
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent 1eb887d commit 56ac6ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ const SettingsView = forwardRef<SettingsViewRef, SettingsViewProps>(({ onDone, t
429429
includeCurrentTime: includeCurrentTime ?? true,
430430
includeCurrentCost: includeCurrentCost ?? true,
431431
maxGitStatusFiles: maxGitStatusFiles ?? 0,
432-
taskHistoryRetention: taskHistoryRetention ?? "never",
432+
taskHistoryRetention: normalizedTaskHistoryRetention,
433433
profileThresholds,
434434
imageGenerationProvider,
435435
openRouterImageApiKey,

0 commit comments

Comments
 (0)