WindowsVirtualDesktopHelper
WindowsVirtualDesktopHelper copied to clipboard
Implement a single-instance restriction to gracefully inform the user that the application is already running
It makes little sense for WVDH to run multiple instances for most users. This PR adds a single-instance check as suggested in #163. It still utilizes a configuration option debug.singleInstance (default true) that can be used to override the single instance restriction if necessary.