-
Notifications
You must be signed in to change notification settings - Fork 22
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
Doesn't work on second monitor #12
Comments
Hi. I unfortunately don't have the cycles to investigate this but am happy to merge any PRs that fix it. |
If you want it to auto download on a different monitor then all you have to do is change the main monitor in window's display settings to the one you want it to auto download on |
i think you can scan for display ids and if there is more than one then you can assign code to run on all of them, this is obviously a hilariously brute forced approach to doing this but its a lightweight program so i dont think there much performance penalty by doing this |
Ideally i would be doing stuff on my primary monitor and leave the download stuff open on my second monitor but it only autoclicks when the button is visible in my primary.
The text was updated successfully, but these errors were encountered: