fix: Add tray icon support for Linux (fixes #377)#3775
Open
sersiendotodo-cleo wants to merge 2 commits intoBoostIO:masterfrom
Open
fix: Add tray icon support for Linux (fixes #377)#3775sersiendotodo-cleo wants to merge 2 commits intoBoostIO:masterfrom
sersiendotodo-cleo wants to merge 2 commits intoBoostIO:masterfrom
Conversation
- Create lib/main-tray.js to handle tray icon functionality - Modify lib/main-app.js to initialize tray on Linux - Use existing tray-icon.png assets from resources/ - Add context menu: Show/Hide Boostnote, Quit - Handle click and double-click events This implements system tray icon support for Ubuntu/Linux systems, which was missing in the original codebase. Issue: BoostIO#377 Bounty: 5 on IssueHunt
Author
|
👋 Friendly bump on this PR. Ready for review - mergeable state is clean. Let me know if any changes are needed! |
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.
Summary
This PR adds system tray icon support for Linux, which was missing in the original codebase.
Changes
lib/main-tray.jsto handle tray icon functionalitylib/main-app.jsto initialize tray on Linuxtray-icon.pngassets fromresources/Features
Testing
Issue
Fixes #377
Bounty
This PR addresses the $25 bounty on IssueHunt.