Only display Streamdelay UI when enabled

This commit is contained in:
Max Goodhart
2020-07-02 20:50:54 -07:00
parent 54d7a8e1c1
commit c61bafee72
2 changed files with 9 additions and 9 deletions

View File

@@ -216,7 +216,7 @@ async function main() {
streams: [],
customStreams: [],
views: [],
streamdelay: { isConnected: false },
streamdelay: null,
}
const getInitialState = () => clientState
let broadcastState = () => {}