mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 14:11:13 -05:00
Remove manual unit setting
This commit is contained in:
@@ -280,20 +280,6 @@ export function LocationTab() {
|
||||
</Select>
|
||||
</div>
|
||||
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="space-y-1">
|
||||
<Label>Auto-detect from location</Label>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Automatically set measurement system based on your location when you first visit
|
||||
</p>
|
||||
</div>
|
||||
<Switch
|
||||
checked={unitPreferences.auto_detect}
|
||||
onCheckedChange={(checked) =>
|
||||
updateUnitPreferences({ auto_detect: checked })
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user