We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c217f32 commit fea98c8Copy full SHA for fea98c8
src/frontend/components/Settings/sections/InputSettings.tsx
@@ -78,7 +78,7 @@ const migrateConfig = (
78
defaultConfig.steer.enabled,
79
config: {
80
style:
81
- ((config.steer as { config?: { style?: 'formula' | 'lmp' | 'nascar' | 'round' | 'ushape' | 'default' } })?.config?.style) ??
+ ((config.steer as { config?: { style?: 'formula' | 'lmp' | 'nascar' | 'ushape' | 'default' } })?.config?.style) ??
82
defaultConfig.steer.config.style,
83
color:
84
((config.steer as { config?: { color?: 'dark' | 'light' } })?.config?.color) ??
0 commit comments