Skip to content

Commit fea98c8

Browse files
tariknzCopilot
andauthored
Update src/frontend/components/Settings/sections/InputSettings.tsx
Co-authored-by: Copilot <[email protected]>
1 parent c217f32 commit fea98c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/components/Settings/sections/InputSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const migrateConfig = (
7878
defaultConfig.steer.enabled,
7979
config: {
8080
style:
81-
((config.steer as { config?: { style?: 'formula' | 'lmp' | 'nascar' | 'round' | 'ushape' | 'default' } })?.config?.style) ??
81+
((config.steer as { config?: { style?: 'formula' | 'lmp' | 'nascar' | 'ushape' | 'default' } })?.config?.style) ??
8282
defaultConfig.steer.config.style,
8383
color:
8484
((config.steer as { config?: { color?: 'dark' | 'light' } })?.config?.color) ??

0 commit comments

Comments
 (0)