We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just wanted to use my tablet on the second monitor. But found that is impossible because you have the next lines of code:
if not (main.settings['enable_multi_monitor'] and main.settings['screen']): return
So, If your tablet doesn't have a screen this option isn't available.
Workaround: Add screen = true Tou you tablet setting.
Anyway Thank you for this app
The text was updated successfully, but these errors were encountered:
Hmmm.... I should rethink this part.
#64 and #59 are probably related
Sorry, something went wrong.
joseluis
No branches or pull requests
I just wanted to use my tablet on the second monitor. But found that is impossible because you have the next lines of code:
So, If your tablet doesn't have a screen this option isn't available.
Workaround:
Add screen = true
Tou you tablet setting.
Anyway Thank you for this app
The text was updated successfully, but these errors were encountered: