diff --git a/photon-client/src/components/dashboard/tabs/OutputTab.vue b/photon-client/src/components/dashboard/tabs/OutputTab.vue index 02a637c7e5..3b25869643 100644 --- a/photon-client/src/components/dashboard/tabs/OutputTab.vue +++ b/photon-client/src/components/dashboard/tabs/OutputTab.vue @@ -35,6 +35,8 @@ const offsetPoints = computed(() => { } }); +const currentPipelineSettings = useCameraSettingsStore().currentPipelineSettings; + const interactiveCols = computed(() => (getCurrentInstance()?.proxy.$vuetify.breakpoint.mdAndDown || false) && (!useStateStore().sidebarFolded || useCameraSettingsStore().isDriverMode)) ? 9 : 8; @@ -65,6 +67,13 @@ const interactiveCols = computed(() => (getCurrentInstance()?.proxy.$vuetify.bre :switch-cols="interactiveCols" @input="value => useCameraSettingsStore().changeCurrentPipelineSetting({outputShowMultipleTargets: value}, false)" /> +