diff --git a/tgui/packages/tgui-panel/settings/SettingsPanel.jsx b/tgui/packages/tgui-panel/settings/SettingsPanel.jsx index 130f59d8053..e5691037bba 100644 --- a/tgui/packages/tgui-panel/settings/SettingsPanel.jsx +++ b/tgui/packages/tgui-panel/settings/SettingsPanel.jsx @@ -5,14 +5,15 @@ */ import { toFixed } from 'common/math'; +import { capitalize } from 'common/string'; import { useLocalState } from 'tgui/backend'; import { useDispatch, useSelector } from 'tgui/backend'; import { Box, Button, + Collapsible, ColorBox, Divider, - Dropdown, Input, LabeledList, NumberInput, @@ -84,37 +85,62 @@ export const SettingsGeneral = (props) => {
- - dispatch( - updateSettings({ - theme: value, - }), - ) - } - /> + {THEMES.map((THEME) => ( +