Update settings.tsx

Update parameter `step` of historyMessageCount to 1.
This commit is contained in:
MaYuKe 2023-04-04 23:32:19 +08:00 committed by GitHub
parent d15edd59fa
commit 3d41c79946

View File

@ -417,7 +417,7 @@ export function Settings(props: { closeSettings: () => void }) {
value={config.historyMessageCount}
min="0"
max="25"
step="2"
step="1"
onChange={(e) =>
updateConfig(
(config) =>