diff --git a/src/components/controlComponents/paneCapture.vue b/src/components/controlComponents/paneCapture.vue index 1e3ddd3b..0baf73bd 100644 --- a/src/components/controlComponents/paneCapture.vue +++ b/src/components/controlComponents/paneCapture.vue @@ -232,20 +232,22 @@ - - +
+ + +
- +
+ +
@@ -76,6 +79,11 @@ export default { type: String, required: false, default: "Start task?" + }, + buttonPrimary: { + type: Boolean, + required: false, + default: false } },