addd boolean attribute to implement wireframe

This commit is contained in:
jfh
2020-10-20 23:54:06 +02:00
parent 256e602a96
commit f9143671c3
6 changed files with 42 additions and 39 deletions

View File

@@ -116,7 +116,7 @@ export default {
undo: 'Undo [Z]',
redo: 'Redo [Y]',
tool_source: 'Edit Source [U]',
wireframe_mode: 'Wireframe Mode [F]',
wireframe_mode: 'Wireframe Mode',
clone: 'Duplicate Element(s) [D]',
del: 'Delete Element(s) [Delete/Backspace]',
group_elements: 'Group Elements [G]',