fix(desktop): expose About and Check for Updates in Help menu on Windows/Linux#888
Merged
fix(desktop): expose About and Check for Updates in Help menu on Windows/Linux#888
Conversation
…ows/Linux On macOS these items live in the application menu by platform convention, but Windows and Linux have no app menu, leaving users with no way to view the version or trigger an update check. Add them to the Help menu on non-darwin platforms. Refs #784
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Deploying nexu-docs with
|
| Latest commit: |
b7e5645
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ac9b0b79.nexu-docs.pages.dev |
| Branch Preview URL: | https://fix-help-menu-windows-linux.nexu-docs.pages.dev |
PerishCode
approved these changes
Apr 8, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Add About Nexu and Check for Updates… entries to the Help menu on Windows and Linux.
Why
On macOS these items live in the application menu by platform convention, so Windows/Linux users currently have no in-app way to see the version or trigger an update check. Refs #784.
How
dialogfrom electron and add a smallshowAboutDialog()helper that surfaces app/Electron/Chromium/Node versions.installApplicationMenu()to build the Help submenu as an array, then conditionally appendCheck for Updates…andAbout Nexu (vX.Y.Z)whenprocess.platform !== \"darwin\".Affected areas
Checklist
Notes for reviewers
Verified the diff applies cleanly on top of latest `main`. I have not been able to run `pnpm typecheck` / `pnpm lint` locally on this branch — please re-run in CI before merging.