瀏覽代碼

Update settings.tsx

Update parameter `step` of historyMessageCount to 1.
MaYuKe 2 年之前
父節點
當前提交
8ba1dedcea
共有 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}
               min="0"
               max="25"
-              step="2"
+              step="1"
               onChange={(e) =>
                 updateConfig(
                   (config) =>