-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: multiple screen selection #118
feat: multiple screen selection #118
Conversation
@5war00p is attempting to deploy a commit to the Cap Software Inc Team on Vercel. A member of the Team first needs to authorize it. |
/claim #114 |
Hey @5war00p - tested this out and even though I can see the two different screens in the screen selector - no matter what one I pick, it always records my Macbook screen, not the monitor. Switched between extended mode / screen mirroring. Also, can you change the labels (e.g. Screen 1, Screen 2), to the actual monitor / screen names? Also, if there's only 1 screen selected, don't allow the option to click select. |
I see me change those conditions for name, I don't think if we get names for screens, but will check that up. Also the IDs of the screens, looks screen IDs not coming accurately. Will debug it. |
@richiemcilroy I've updated it |
@richiemcilroy Did checked this again? I see there are lot of changes, and I resolved conflicts as well |
- use separate target selects - display monitor names instead of indexes - provide proper target to scap
Contains rust and typescript file changes w.r.to Multi screen selection.
/claim #114