diff --git a/src/component/main.vue b/src/component/main.vue index 6ea8144e..e300ff3f 100644 --- a/src/component/main.vue +++ b/src/component/main.vue @@ -422,7 +422,7 @@ Vue.set(this.state.connection, 'websocket', 'connected') this.events.emit('connection.websocket', 'connected') - if (!this.watching) { + if (!this.watching && this.autoconnect) { this.webrtcConnect() } })