File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
apps/desktop/src/routes/(window-chrome)/settings Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments