This commit is contained in:
Olivier Gagnon
2022-09-23 00:13:06 -04:00
parent 944ee71ab9
commit fde4e7ac38
3 changed files with 16 additions and 2 deletions
+6
View File
@@ -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>