0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)HTML5,026 stars (5,026 stars)568 forks (568 forks)batch import
help wanted
Description
建议增加可选隐藏托盘图标功能:因为有快捷键,可以使用快捷键弹出搜索框。
Contributor guide
- Tech stack
- javascriptnodejshtmlcss
- Domain
- desktop
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Basic knowledge of ElectronJavaScript
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 55
- Research direction
- The issue requests an option to hide the tray icon. The implementation would likely involve modifying the main process file (e.g., main.js) where the Tray is created, adding a configuration option (e.g., in settings.json), and potentially updating the settings UI. Look for where Tray is instantiated and how other settings are toggled. Since no comments or PRs exist, first check the repository's existing settings handling and tray setup.