Skip to content

Remove tray icon functionality#23

Merged
jonathanbossenger merged 3 commits intomainfrom
copilot/remove-tray-icon-functionality
Nov 2, 2025
Merged

Remove tray icon functionality#23
jonathanbossenger merged 3 commits intomainfrom
copilot/remove-tray-icon-functionality

Conversation

Copy link
Contributor

Copilot AI commented Nov 2, 2025

Removes unnecessary system tray integration from the application.

Core Changes

  • main/index.js: Removed Tray and nativeImage imports, createTray() function, and tray initialization. Window now quits on close instead of hiding to tray.
  • Build scripts: Deleted scripts/generate-tray-icon.js and assets/tray-icon.png
  • package.json: Removed generate-tray script, updated generate-all to only generate application icons

Documentation

  • Removed tray references from README.md, DEVELOPMENT.md, and .github/copilot-instructions.md

The application now follows standard desktop behavior where closing the window quits the application.

Original prompt

This section details on the original issue you should resolve

<issue_title>Remove tray icon functionality</issue_title>
<issue_description>The tray icon is not necessary. Remove all tray icon functionality across the app.</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits November 2, 2025 11:32
Co-authored-by: jonathanbossenger <180629+jonathanbossenger@users.noreply.github.com>
Co-authored-by: jonathanbossenger <180629+jonathanbossenger@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove tray icon functionality from the app Remove tray icon functionality Nov 2, 2025
@jonathanbossenger jonathanbossenger marked this pull request as ready for review November 2, 2025 13:22
@jonathanbossenger jonathanbossenger merged commit ea76c91 into main Nov 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove tray icon functionality

2 participants