You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This calls damoclark/cec-monitor which does calls for:
this.client = spawn('cec-client', this.params)
Please add the parameter {windowsHide: true} to the "spawn". Otherwise in windows there's a window for the cec-client that keeps popping up. Thanks.
The text was updated successfully, but these errors were encountered:
This calls damoclark/cec-monitor which does calls for:
this.client = spawn('cec-client', this.params)
Please add the parameter {windowsHide: true} to the "spawn". Otherwise in windows there's a window for the cec-client that keeps popping up. Thanks.
The text was updated successfully, but these errors were encountered: