mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-19 19:35:08 +08:00
Update settings.tsx
Update parameter `step` of historyMessageCount to 1.
This commit is contained in:
@@ -417,7 +417,7 @@ export function Settings(props: { closeSettings: () => void }) {
|
|||||||
value={config.historyMessageCount}
|
value={config.historyMessageCount}
|
||||||
min="0"
|
min="0"
|
||||||
max="25"
|
max="25"
|
||||||
step="2"
|
step="1"
|
||||||
onChange={(e) =>
|
onChange={(e) =>
|
||||||
updateConfig(
|
updateConfig(
|
||||||
(config) =>
|
(config) =>
|
||||||
|
Reference in New Issue
Block a user