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

App can be started more than once on some platforms #61

Closed
steveatinfincia opened this issue Jan 16, 2020 · 0 comments
Closed

App can be started more than once on some platforms #61

steveatinfincia opened this issue Jan 16, 2020 · 0 comments
Labels
bug Something isn't working
Projects
Milestone

Comments

@steveatinfincia
Copy link
Contributor

Just requires using QSingleApplication or a simple shared memory check (3 lines of code) to prevent starting the app twice.

This can't happen on Android, Mac, or iOS, it can happen on Linux though.

@steveatinfincia steveatinfincia added the bug Something isn't working label Jan 16, 2020
@steveatinfincia steveatinfincia added this to the v0.4 milestone Jan 16, 2020
@steveatinfincia steveatinfincia added this to To do in QOpenHD via automation Jan 16, 2020
amper128 pushed a commit to amper128/QOpenHD that referenced this issue Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
QOpenHD
  
To do
Development

No branches or pull requests

2 participants