From 1a6c037c005488cb321a269defb7df3639d39614 Mon Sep 17 00:00:00 2001 From: catloversg <152669316+catloversg@users.noreply.github.com> Date: Sun, 11 May 2025 09:15:10 +0700 Subject: [PATCH] UI: Change min and step value of "Tail render interval" setting (#2129) --- src/GameOptions/ui/SystemPage.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/GameOptions/ui/SystemPage.tsx b/src/GameOptions/ui/SystemPage.tsx index fd4546e56..56257ee3d 100644 --- a/src/GameOptions/ui/SystemPage.tsx +++ b/src/GameOptions/ui/SystemPage.tsx @@ -11,7 +11,7 @@ export const SystemPage = (): React.ReactElement => { const [portSize, setPortSize] = useState(Settings.MaxPortCapacity); const [terminalSize, setTerminalSize] = useState(Settings.MaxTerminalCapacity); const [autosaveInterval, setAutosaveInterval] = useState(Settings.AutosaveInterval); - const [tailrenderInterval, setTailRenderInterval] = useState(Settings.TailRenderInterval); + const [tailRenderInterval, setTailRenderInterval] = useState(Settings.TailRenderInterval); function handlePortSizeChange(_event: Event | React.SyntheticEvent, newValue: number | number[]): void { setPortSize(newValue as number); @@ -120,11 +120,11 @@ export const SystemPage = (): React.ReactElement => { /> The minimum number of milliseconds between tail rerenders. Setting this too low can result in poor