Better checking of whether we can stitch
This commit is contained in:
parent
987807ec3b
commit
ceefc83229
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@
|
|||
submit-label="Stitch Images"
|
||||
thing="smart_scan"
|
||||
action="stitch_scan"
|
||||
v-if="item.can_stitch | !item.dzi"
|
||||
v-if="item.can_stitch | (item.stitch_available & !item.dzi)"
|
||||
:can-terminate="false"
|
||||
:submit-data="{ scan_name: item.name }"
|
||||
:button-primary="false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue