mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 08:13:50 +02:00
fix a few things about getRecentScritps
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user