Add missing variable

This commit is contained in:
Chris Hunt 2023-10-26 09:59:30 +01:00
parent ae30357f0e
commit f19e5a1cdf
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ const UI = {
connected: false, connected: false,
screenID: null, screenID: null,
screen: {}, screen: {},
screens: [],
supportsBroadcastChannel: (typeof BroadcastChannel !== "undefined"), supportsBroadcastChannel: (typeof BroadcastChannel !== "undefined"),
controlChannel: null, controlChannel: null,
//Initial Loading of the UI //Initial Loading of the UI