Add system tray icon (Show/Hide/Refresh/Quit; left-click restores window)
Solves the 'lost window' problem — if the widget gets dragged off-screen or hidden behind other apps, users can recover it via the tray. Enables tauri 'tray-icon' feature; tray runs entirely Rust-side so no new JS capabilities needed.
This commit is contained in:
parent
9be856d37c
commit
79fc144235
3 changed files with 75 additions and 1 deletions
|
|
@ -52,6 +52,9 @@ displays, refreshed every 5 minutes.
|
|||
- **⚙** — Settings (custom claude command, refresh interval, autostart, distro override).
|
||||
- **×** — quit.
|
||||
- The window is **resizable** — drag any edge.
|
||||
- **System tray** — there's a tray icon next to the Windows clock while the
|
||||
widget is running. Left-click to bring the window back if you lose it
|
||||
off-screen; right-click for Show / Hide / Refresh / Quit.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue