mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #994] [CLOSED] Fix single instance broken #1406
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/994
Author: @davidroth
Created: 12/18/2025
Status: ❌ Closed
Base:
develop← Head:fix-single-instance📝 Commits (1)
944a68aFixed single instance behaviour📊 Changes
2 files changed (+3 additions, -3 deletions)
View changed files
📝
src/ElectronNET.API/Runtime/StartupManager.cs(+2 -2)📝
src/ElectronNET.Host/main.js(+1 -1)📄 Description
I was debugging why my electron app does not respect the singleInstance property and found out that commit
688d6d83ccregressed the single instance behaviour.Problem: Commit
688d6d83ccchanged the check to == 'yes' but the configuration usestrue.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.