fix some stuff with the timestamp settings

This commit is contained in:
Olivier Gagnon
2022-08-29 16:45:07 -04:00
parent 3fe6a6e19d
commit e57fee00d2
2 changed files with 25 additions and 25 deletions
-1
View File
@@ -18,7 +18,6 @@ export const MiscPage = (): React.ReactElement => {
</>
}
/>
<br />
<OptionSwitch
checked={Settings.EnableBashHotkeys}
onChange={(newValue) => (Settings.EnableBashHotkeys = newValue)}