loupedeck-commander 1.4.4 → 1.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -251,6 +251,8 @@ export class BaseLoupeDeckHandler {
|
|
|
251
251
|
// runs every 50ms seconds
|
|
252
252
|
if (this.device.displays.center)
|
|
253
253
|
this.screenUpdate["center"] = true
|
|
254
|
+
if (this.device.displays.right)
|
|
255
|
+
this.screenUpdate["right"] = true
|
|
254
256
|
self.updateScreens()
|
|
255
257
|
}, 50);
|
|
256
258
|
|