[PR #994] [CLOSED] Fix single instance broken #1406

Open
opened 2026-01-29 17:00:26 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/994
Author: @davidroth
Created: 12/18/2025
Status: Closed

Base: developHead: fix-single-instance


📝 Commits (1)

  • 944a68a Fixed 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 688d6d83cc regressed the single instance behaviour.

Problem: Commit 688d6d83cc changed the check to == 'yes' but the configuration uses true.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ElectronNET/Electron.NET/pull/994 **Author:** [@davidroth](https://github.com/davidroth) **Created:** 12/18/2025 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `fix-single-instance` --- ### 📝 Commits (1) - [`944a68a`](https://github.com/ElectronNET/Electron.NET/commit/944a68a2549fdf70691fa9cb20dd4f54790f45fb) Fixed single instance behaviour ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/ElectronNET.API/Runtime/StartupManager.cs` (+2 -2) 📝 `src/ElectronNET.Host/main.js` (+1 -1) </details> ### 📄 Description I was debugging why my electron app does not respect the singleInstance property and found out that commit 688d6d83cc0d8f70ced6821a1bd0a5e12472e26f regressed the single instance behaviour. Problem: Commit 688d6d83cc0d8f70ced6821a1bd0a5e12472e26f changed the check to == 'yes' but the configuration uses `true`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:00:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1406