Replies: 1 comment
-
Apologies for the late reply, new github feature for me and I missed the notification. The reason a second instance refuses to launch/work is two-fold:
Both of those operations are exclusive (AFAIK, I'm not an expert at windows api).
By this, do you mean the first instance exits itself when a second instance is launched? or the second instance exits itself if one is already running? I'm not sure there's much utility in having it restart itself but I could be misunderstanding what you mean. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think that the current behavior is to only allow a single instance, but I don't quite see how in the code. At least it seems that when I launch it a second time it refuses to launch if another instance is running.
What do you think about exit/restart on second instance?
Beta Was this translation helpful? Give feedback.
All reactions