WindowsVirtualDesktopHelper icon indicating copy to clipboard operation
WindowsVirtualDesktopHelper copied to clipboard

Implement a single-instance restriction to gracefully inform the user that the application is already running

Open flmbray opened this issue 2 months ago • 0 comments

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.

flmbray avatar Oct 10 '25 23:10 flmbray