Browse Source

feat: support history message count to zero

GOWxx 1 year ago
parent
commit
0c9add7988
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/components/settings.tsx

+ 1 - 1
app/components/settings.tsx

@@ -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) =>