mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-30 03:23:48 +01:00
Reduce purchased aug tooltip delay
This commit is contained in:
parent
34ca4d236b
commit
7c9fc3248f
@ -51,7 +51,7 @@ export function PurchasedAugmentations(): React.ReactElement {
|
|||||||
})()}
|
})()}
|
||||||
</Typography>
|
</Typography>
|
||||||
}
|
}
|
||||||
enterNextDelay={1000}
|
enterNextDelay={500}
|
||||||
key={displayName}
|
key={displayName}
|
||||||
>
|
>
|
||||||
<ListItem sx={{ py: 0 }}>
|
<ListItem sx={{ py: 0 }}>
|
||||||
|
Loading…
Reference in New Issue
Block a user