diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2021-04-08 17:13:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-08 17:13:57 +0200 |
| commit | c89db7bfc8e54e541250b98f59604b96926e3390 (patch) | |
| tree | 5cdb2b3cf83f4b51655c2c5acbb31b00860398fa /templates | |
| parent | 6335bd438ebf8203c54cdac3490c5500bd305973 (diff) | |
add edit menu (#1139)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/duplicate_params.xml | 4 | ||||
| -rw-r--r-- | templates/reorder.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/templates/duplicate_params.xml b/templates/duplicate_params.xml index 2fc83c52..6670d5b5 100644 --- a/templates/duplicate_params.xml +++ b/templates/duplicate_params.xml @@ -6,7 +6,9 @@ <effect> <object-type>all</object-type> <effects-menu> - <submenu name="Ink/Stitch" /> + <submenu name="Ink/Stitch"> + <submenu name="Edit" /> + </submenu> </effects-menu> </effect> <script> diff --git a/templates/reorder.xml b/templates/reorder.xml index bcc45b75..223dda0f 100644 --- a/templates/reorder.xml +++ b/templates/reorder.xml @@ -6,7 +6,9 @@ <effect> <object-type>all</object-type> <effects-menu> - <submenu name="Ink/Stitch" /> + <submenu name="Ink/Stitch"> + <submenu name="Edit" /> + </submenu> </effects-menu> </effect> <script> |
