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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "loupedeck-commander",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "A system to ease working with LoupeDeck devices using CMD-line, OPC/UA or HTTP-client interfaces",
5
5
  "main": "index.mjs",
6
6
  "scripts": {