Add a control to set whether scans are automatically stitched.

This commit is contained in:
Richard Bowman 2024-01-15 21:36:15 +00:00
parent 9ac0a11ce1
commit 011dc2191c

View file

@ -43,6 +43,13 @@
label="Detect and skip empty fields" label="Detect and skip empty fields"
/> />
</div> </div>
<div class="uk-margin">
<propertyControl
thing-name="smart_scan"
property-name="stitch_automatically"
label="Automatically stitch images together"
/>
</div>
</div> </div>
</li> </li>
</ul> </ul>