mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
few bugfix
This commit is contained in:
@@ -242,9 +242,9 @@ export function GameOptionsRoot(props: IProps): React.ReactElement {
|
||||
<Slider
|
||||
value={logSize}
|
||||
onChange={handleLogSizeChange}
|
||||
step={1}
|
||||
step={20}
|
||||
min={20}
|
||||
max={100}
|
||||
max={500}
|
||||
valueLabelDisplay="auto"
|
||||
/>
|
||||
</ListItem>
|
||||
|
||||
Reference in New Issue
Block a user