Skip to content

Commit

Permalink
Merge pull request #234 from GOWxx/feat_set_history_to_zero
Browse files Browse the repository at this point in the history
feat: support history message count to zero
  • Loading branch information
Yidadaa authored Mar 30, 2023
2 parents dea3d26 + 0c9add7 commit 52a2178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ export function Settings(props: { closeSettings: () => void }) {
type="range"
title={config.historyMessageCount.toString()}
value={config.historyMessageCount}
min="2"
min="0"
max="25"
step="2"
onChange={(e) =>
Expand Down

1 comment on commit 52a2178

@vercel
Copy link

@vercel vercel bot commented on 52a2178 Mar 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.