P6.2: left-click tray icon shows window via SetSystemTrayWindow

Calls desk.SetSystemTrayWindow(w) after SetSystemTrayMenu so a left-click
on the tray icon shows/focuses the window without opening the menu. The
explicit "Show" menu item is kept for right-click access.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
mixeme
2026-06-23 22:27:37 +03:00
parent df217fdf31
commit 26f58abda6
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ These land together because both edit `domain/job.go` and `storage/store.go`.
### Phase 6 — Fyne 2.7 upgrade + tray click
- [x] P6.1 — Bump Fyne to 2.7.x; rebuild
- [ ] P6.2 — `SetSystemTrayWindow` left-click-to-show
- [x] P6.2 — `SetSystemTrayWindow` left-click-to-show
- [ ] P6.3 — Re-measure startup → PERFORMANCE.md
### Phase 7 — Roadmap follow-ups