Rename Crop tool to Artboard tool

This commit is contained in:
Keavon Chambers
2022-04-21 10:52:33 -07:00
parent 2ace16df0f
commit d65ce17d7e
14 changed files with 68 additions and 68 deletions
+1 -1
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,