Rename Crop tool to Artboard tool

This commit is contained in:
Keavon Chambers 2022-04-21 10:52:33 -07:00
parent 7c8f488ad0
commit 632928f4f6
14 changed files with 68 additions and 68 deletions

View file

@ -9,7 +9,7 @@ pub fn translate_tool_type(name: &str) -> Option<ToolType> {
match_string_to_enum!(match (name) {
Select,
Crop,
Artboard,
Navigate,
Eyedropper,
Text,