You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add single instance enforcement to prevent multiple app instances
- Uses named Mutex to ensure only one instance can run at a time
- Shows friendly message if user tries to launch a second instance
- Properly releases mutex on application exit
- Prevents accidental double-launches and resource conflicts
0 commit comments