import { Difficulty } from 'shared/components/designs/difficulty.mjs' const ListValue = ({ current, t, config, changed }) => changed ? t(`ui-settings:${config.valueTitles[current]}`) : t(`ui-settings:${config.valueTitles[config.dflt]}`) export const RendererSettingValue = ListValue export const XRaysValue = ListValue export const ControlSettingValue = ({ control }) =>