mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 17:51:12 -05:00
Remove manual unit setting
This commit is contained in:
@@ -280,20 +280,6 @@ export function LocationTab() {
|
|||||||
</Select>
|
</Select>
|
||||||
</div>
|
</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>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user