fix: show time format setting in vscode
This commit is contained in:
@@ -130,7 +130,7 @@ const VisualSectionContent: React.FC = () => {
|
||||
'pwaOrientation',
|
||||
'mobileKeyboardMode',
|
||||
'timeFormat',
|
||||
'weekStart',
|
||||
...(!isVSCode ? ['weekStart' as const] : []),
|
||||
'fontSize',
|
||||
'terminalFontSize',
|
||||
'spacing',
|
||||
|
||||
@@ -821,7 +821,7 @@ export const OpenChamberVisualSettings: React.FC<OpenChamberVisualSettingsProps>
|
||||
</Select>
|
||||
</div>
|
||||
|
||||
{!isVSCode && (shouldShow('timeFormat') || shouldShow('weekStart')) && (
|
||||
{(shouldShow('timeFormat') || shouldShow('weekStart')) && (
|
||||
<div className="grid grid-cols-1 gap-2 py-1.5 md:grid-cols-[14rem_auto] md:gap-x-8 md:gap-y-2">
|
||||
{shouldShow('timeFormat') && (
|
||||
<div className="flex min-w-0 items-center gap-2">
|
||||
|
||||
Reference in New Issue
Block a user