Restore original dashboard view behavior (#2227)

This commit is contained in:
Gold856
2025-12-07 16:59:07 -05:00
committed by GitHub
parent d44d9fbbeb
commit 1c802f5eca
2 changed files with 9 additions and 2 deletions

View File

@@ -146,7 +146,13 @@ const showCameraSetupDialog = ref(useCameraSettingsStore().needsCameraConfigurat
<PipelineConfigCard />
<!-- TODO - not sure this belongs here -->
<v-dialog v-model="showCameraSetupDialog" max-width="800" dark>
<!-- Need v-model to allow the dialog to be dismissed and v-if to only display when cameras need configuration -->
<v-dialog
v-if="useCameraSettingsStore().needsCameraConfiguration"
v-model="showCameraSetupDialog"
max-width="800"
dark
>
<v-card flat color="surface">
<v-card-title>Set up some cameras to get started!</v-card-title>
<v-card-text class="pt-0">