Explorar o código

Update settings.tsx

Update parameter `step` of historyMessageCount to 1.
MaYuKe %!s(int64=2) %!d(string=hai) anos
pai
achega
8ba1dedcea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) =>