diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-03-02 20:54:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-02 20:54:56 +0100 |
| commit | dc23265d2d2619ef6cb1c701480fc4ba10fafc77 (patch) | |
| tree | cd3f13c3f1b1dcc06704136cea9b9a00a7b70656 /templates | |
| parent | 70d2ea52c412eb983a6d6037f1bb0ec1258196c1 (diff) | |
Use symbol as command position (#3542)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/update_svg.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/update_svg.xml b/templates/update_svg.xml index 924d9738..3cf6a0bf 100644 --- a/templates/update_svg.xml +++ b/templates/update_svg.xml @@ -18,7 +18,9 @@ <spacer /> <label>Tip: You can prevent inserting legacy designs into new files by running any Ink/Stitch extension before you copy the design parts (for example open and re-apply parameters on a single element in the document).</label> <spacer /> - <label appearance="header">This extension only updates selected elements.</label> + <label appearance="header">When there is an active selection, only selected elements will be updated.</label> + <spacer /> + <param name="update-from" type="int" min="0" max="2" gui-text="Update from version" appearance="full">0</param> <script> {{ command_tag | safe }} </script> |
