Simplified map quality label
This commit is contained in:
parent
067e672d55
commit
9f81a64fd3
@ -124,7 +124,7 @@ function MapSettings({
|
|||||||
{map.type !== "default" && (
|
{map.type !== "default" && (
|
||||||
<Flex my={2} sx={{ alignItems: "center" }}>
|
<Flex my={2} sx={{ alignItems: "center" }}>
|
||||||
<Box sx={{ width: "50%" }}>
|
<Box sx={{ width: "50%" }}>
|
||||||
<Label>Map Quality</Label>
|
<Label>Quality</Label>
|
||||||
<Select
|
<Select
|
||||||
my={1}
|
my={1}
|
||||||
value={!mapEmpty && map.quality}
|
value={!mapEmpty && map.quality}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user