Fix drawing tool rename in map controls
This commit is contained in:
parent
d677f3623f
commit
afb22c7a73
@ -42,9 +42,9 @@ function MapContols({
|
|||||||
SettingsComponent: FogToolSettings,
|
SettingsComponent: FogToolSettings,
|
||||||
},
|
},
|
||||||
drawing: {
|
drawing: {
|
||||||
id: "brush",
|
id: "drawing",
|
||||||
icon: <BrushToolIcon />,
|
icon: <BrushToolIcon />,
|
||||||
title: "Brush Tool",
|
title: "Drawing Tool",
|
||||||
SettingsComponent: DrawingToolSettings,
|
SettingsComponent: DrawingToolSettings,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user