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
In looking at the code (both manually and using git bisect) it seems the next commit (f4fca5e) is the culprit. It creates an array of size 1 rather than use the previous maxDisplays value. This seems to limit the tool to managing only the internal display.
The text was updated successfully, but these errors were encountered:
I'm having this issue as well -- I'll try looking into it but I'm not too familiar with the code base (i.e. I've never looked into the code base before lol). will try to help as much as I can!
The current
master
branch is unable to list the resolution on multiple screens.Expected output (available on commit 9f33910):
Actual output (on master):
In looking at the code (both manually and using
git bisect
) it seems the next commit (f4fca5e) is the culprit. It creates an array of size 1 rather than use the previousmaxDisplays
value. This seems to limit the tool to managing only the internal display.The text was updated successfully, but these errors were encountered: