diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-05-01 19:12:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-01 19:12:01 +0200 |
| commit | eb64c88a8bf9c8fe66c33a5309d28e526b994d25 (patch) | |
| tree | 0260975a708a4212edd50a5c3cd1f04f4dca7a8d /templates | |
| parent | 0c825d21631d467104cb65c61e15c39c46481e9e (diff) | |
Fix select elements extension (#2875)
* fix dbus issue
* add bean stitch repeats
* add tartan
* add autosatin underlay
---------
Co-authored-by: rejbasket
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/select_elements.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/select_elements.xml b/templates/select_elements.xml index 095fb18e..4d8823e5 100644 --- a/templates/select_elements.xml +++ b/templates/select_elements.xml @@ -16,7 +16,9 @@ <option value="all">No restriction</option> <option value="autorun-top">Auto-Run Top Stitching</option> <option value="autorun-underpath">Auto-Run Underpath</option> + <option value="autosatin-underpath">Auto-Satin Underpath</option> </param> + <param indent="3" name="bean-stitch-repeats" type="string" gui-text="Bean stitch repeats">0</param> <param indent="1" name="select-ripples" type="boolean" gui-text="Ripples">false</param> <param indent="1" name="select-zigzag" type="boolean" gui-text="ZigZag Stitch">false</param> <param indent="1" name="select-manual" type="boolean" gui-text="Manual Stitch">false</param> @@ -57,6 +59,7 @@ <param indent="1" name="select-guided-fill" type="boolean" gui-text="Guided Fill">false</param> <param indent="1" name="select-linear-gradient-fill" type="boolean" gui-text="Linear Gradient Fill">false</param> <param indent="1" name="select-meander-fill" type="boolean" gui-text="Meander Fill">false</param> + <param indent="1" name="select-tartan-fill" type="boolean" gui-text="Tartan Fill">false</param> <param indent="1" name="select-legacy-fill" type="boolean" gui-text="Legacy Fill">false</param> <param indent="1" name="fill-underlay" type="optiongroup" appearance="combo" gui-text="Underlay" gui-description="Only select fills with this underlay"> |
