mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 06:32:26 +01:00
Fix backwards name for indent option (#659)
This commit is contained in:
parent
e6eb35fabc
commit
26cdc502bf
@ -60,7 +60,7 @@ export function OptionsModal(props: OptionsModalProps): ReactElement {
|
||||
</div>
|
||||
|
||||
<div style={{ display: "flex", alignItems: "center" }}>
|
||||
<Typography marginRight={"auto"}>Indent using tabs: </Typography>
|
||||
<Typography marginRight={"auto"}>Indent using spaces: </Typography>
|
||||
<Switch
|
||||
onChange={(e) => props.onOptionChange("insertSpaces", e.target.checked)}
|
||||
checked={props.options.insertSpaces}
|
||||
|
Loading…
Reference in New Issue
Block a user