mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 01:58:12 +08:00
Rename tools: "Sample" to "Eyedropper", "Blur/Sharpen" to "Detail" (#87)
This commit is contained in:
@@ -18,7 +18,7 @@ default = ["console_error_panic_hook"]
|
||||
[dependencies]
|
||||
console_error_panic_hook = { version = "0.1.6", optional = true }
|
||||
editor-core = { path = "../../../core/editor", package = "graphite-editor-core" }
|
||||
wasm-bindgen = "0.2.72"
|
||||
wasm-bindgen = "0.2.73"
|
||||
log = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -42,7 +42,7 @@ pub fn translate_tool(name: &str) -> Option<ToolType> {
|
||||
Select,
|
||||
Crop,
|
||||
Navigate,
|
||||
Sample,
|
||||
Eyedropper,
|
||||
Text,
|
||||
Fill,
|
||||
Gradient,
|
||||
|
||||
Reference in New Issue
Block a user