fix check for more camera-device options

This commit is contained in:
2024-03-24 18:27:06 -06:00
parent 0e2c5af16e
commit 35455e6648

View File

@@ -74,7 +74,7 @@
<fa icon="left-right" class="w-[1em]"></fa>
</button>
</div>
<div v-if="numDevices > -1" class="absolute bottom-2 right-4">
<div v-if="numDevices > 1" class="absolute bottom-2 right-4">
<button
@click="switchCamera()"
class="bg-blue-500 hover:bg-blue-700 text-white font-bold p-3 rounded-full text-2xl leading-none"