Skip to content
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

Multi-monitor desn't work for config without screen #71

Open
Mulderua opened this issue Apr 15, 2020 · 1 comment
Open

Multi-monitor desn't work for config without screen #71

Mulderua opened this issue Apr 15, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Mulderua
Copy link

Mulderua commented Apr 15, 2020

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

@joseluis joseluis added the enhancement New feature or request label Apr 28, 2020
@joseluis joseluis self-assigned this Apr 28, 2020
@joseluis
Copy link
Owner

joseluis commented Apr 28, 2020

Hmmm.... I should rethink this part.

#64 and #59 are probably related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants