QOpenHD
QOpenHD copied to clipboard
App can be started more than once on some platforms
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.