Преглед изворни кода

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