mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 08:13:50 +02:00
fix 2962
This commit is contained in:
@@ -50,6 +50,12 @@ export const InterfacePage = (): React.ReactElement => {
|
||||
<>If this is set all references to memory will use GiB instead of GB, in accordance with IEC 60027-2.</>
|
||||
}
|
||||
/>
|
||||
<OptionSwitch
|
||||
checked={Settings.ShowMiddleNullTimeUnit}
|
||||
onChange={(newValue) => (Settings.ShowMiddleNullTimeUnit = newValue)}
|
||||
text="Show all intermediary times unit, even when null."
|
||||
tooltip={<>ex : 1 hours 13 seconds becomes 1 hours 0 minutes 13 seconds.</>}
|
||||
/>
|
||||
<Tooltip
|
||||
title={
|
||||
<Typography>
|
||||
|
||||
Reference in New Issue
Block a user