From a163ac289909c7afa4916d3da9366bb956d5236b Mon Sep 17 00:00:00 2001 From: amquake Date: Fri, 20 Oct 2023 00:49:35 -0700 Subject: [PATCH] UI switch use interactiveCols Co-authored-by: Sriman Achanta <68172138+srimanachanta@users.noreply.github.com> --- photon-client/src/components/dashboard/tabs/ArucoTab.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/photon-client/src/components/dashboard/tabs/ArucoTab.vue b/photon-client/src/components/dashboard/tabs/ArucoTab.vue index 2199c360bb..b0d9904ec3 100644 --- a/photon-client/src/components/dashboard/tabs/ArucoTab.vue +++ b/photon-client/src/components/dashboard/tabs/ArucoTab.vue @@ -35,6 +35,7 @@ const interactiveCols = computed( class="pt-2" label="Refine Corners" tooltip="Further refine the initial corners with subpixel accuracy." + :switch-cols="interactiveCols" @input="(value) => useCameraSettingsStore().changeCurrentPipelineSetting({ useCornerRefinement: value }, false)" />