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
🚀 feat: Enhance electron main process with deep link handling
- Implemented functionality to focus the main window if it already exists, preventing multiple instances.
- Added deep link handling to process URLs with custom protocols directly within the app.
- Introduced a mechanism to prevent multiple instances of the app on Windows, ensuring only one instance runs at a time.
- Streamlined event handling for 'open-url', focusing on robust parsing and forwarding of deep link information to the renderer process.