[PR #444] [MERGED] Implemented 'single-instance' lock #757

Closed
opened 2026-03-03 00:23:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/444
Author: @jhdcruz
Created: 4/27/2020
Status: Merged
Merged: 5/1/2020
Merged by: @Rokt33r

Base: masterHead: single-instance


📝 Commits (2)

  • 753d429 implemented single instance lock
  • b561299 Updated 'possibly misleading' comment

📊 Changes

1 file changed (+15 additions, -0 deletions)

View changed files

📝 src/electron/index.ts (+15 -0)

📄 Description

Description

Implemented single instance lock through app.requestSingleInstanceLock()

Not really knowledgeable in TypeScript so it might need revision, but nonetheless gets the job done.


🔄 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/BoostIO/BoostNote-App/pull/444 **Author:** [@jhdcruz](https://github.com/jhdcruz) **Created:** 4/27/2020 **Status:** ✅ Merged **Merged:** 5/1/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `single-instance` --- ### 📝 Commits (2) - [`753d429`](https://github.com/BoostIO/BoostNote-App/commit/753d429d0dc0113658b79b136db2290a53e6daa3) implemented single instance lock - [`b561299`](https://github.com/BoostIO/BoostNote-App/commit/b561299075ed05a2a821d958caaa899fcf6c9d71) Updated 'possibly misleading' comment ### 📊 Changes **1 file changed** (+15 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/electron/index.ts` (+15 -0) </details> ### 📄 Description ## Description Implemented single instance lock through `app.requestSingleInstanceLock()` Not really knowledgeable in TypeScript so it might need revision, but nonetheless gets the job done. - Fixes issue #440 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#757
No description provided.