diff options
| author | George Steel <george.steel@gmail.com> | 2023-01-28 20:20:40 -0500 |
|---|---|---|
| committer | George Steel <george.steel@gmail.com> | 2023-01-28 20:20:40 -0500 |
| commit | c2c256727bc0c6663d553024783941e25448e06c (patch) | |
| tree | 6b462ba3a76d6219e618eaf03f46ac3070d92f96 /templates | |
| parent | 45496fcd93363659cf3dcebde92d5c86be82dd6c (diff) | |
| parent | f2f1fea0cb5d5fe122cc62a338b3b6513528f313 (diff) | |
Merge branch 'main' of https://github.com/inkstitch/inkstitch into george-steel/fix-running-stitch
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/stitch_plan_preview.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/stitch_plan_preview.xml b/templates/stitch_plan_preview.xml index c78089ee..e7a49522 100644 --- a/templates/stitch_plan_preview.xml +++ b/templates/stitch_plan_preview.xml @@ -18,6 +18,8 @@ <option value="2">Lower opacity</option> </param> <param name="needle-points" type="boolean" gui-text="Needle points">false</param> + <param name="insensitive" type="boolean" gui-text="Lock" + gui-description="Make stitch plan insensitive to mouse interactions">false</param> <spacer /> <script> {{ command_tag | safe }} |
