fix a few things about getRecentScritps

This commit is contained in:
Olivier Gagnon
2022-04-12 14:45:48 -04:00
parent a9b03f34ab
commit 52e01fc026
7 changed files with 16 additions and 30 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ export function GameOptionsRoot(props: IProps): React.ReactElement {
value={recentScriptsSize}
onChange={handleRecentScriptsSizeChange}
step={25}
min={25}
min={0}
max={500}
valueLabelDisplay="auto"
/>