Просмотр исходного кода

Merge pull request #476 from ClarenceYk/main

Update settings.tsx
Yifei Zhang 1 год назад
Родитель
Сommit
9d328e489b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/components/settings.tsx

+ 1 - 1
app/components/settings.tsx

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