Skip to content

Commit bab0348

Browse files
committed
Remove unused
1 parent ef4a54f commit bab0348

File tree

1 file changed

+1
-10
lines changed
  • apps/desktop/src/routes/(window-chrome)/settings

1 file changed

+1
-10
lines changed

apps/desktop/src/routes/(window-chrome)/settings/general.tsx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,25 +121,16 @@ function AppearanceSection(props: {
121121
{
122122
id: "system",
123123
name: "System",
124-
preview: props.newRecordingFlow
125-
? themePreviewAuto
126-
: themePreviewLegacyAuto,
127124
},
128125
{
129126
id: "light",
130127
name: "Light",
131-
preview: props.newRecordingFlow
132-
? themePreviewLight
133-
: themePreviewLegacyLight,
134128
},
135129
{
136130
id: "dark",
137131
name: "Dark",
138-
preview: props.newRecordingFlow
139-
? themePreviewDark
140-
: themePreviewLegacyDark,
141132
},
142-
] satisfies { id: AppTheme; name: string; preview: string }[];
133+
] satisfies { id: AppTheme; name: string }[];
143134

144135
const previews = createMemo(() => {
145136
return {

0 commit comments

Comments
 (0)