bugfix: hide webcam until socket is connected
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
63aae04794
commit
b6223af123
@ -3,7 +3,7 @@
|
||||
</style>
|
||||
|
||||
<template>
|
||||
<v-card class="mb-6">
|
||||
<v-card class="mb-6" v-if="socketIsConnected">
|
||||
<v-toolbar flat dense >
|
||||
<v-toolbar-title>
|
||||
<span class="subheading">
|
||||
|
Loading…
x
Reference in New Issue
Block a user