Skip to content

fix(gui): open history from tray left-click - #154

Merged
StudentWeis merged 1 commit into
mainfrom
fix/tray-left-click-history
Aug 4, 2026
Merged

fix(gui): open history from tray left-click#154
StudentWeis merged 1 commit into
mainfrom
fix/tray-left-click-history

Conversation

@StudentWeis

Copy link
Copy Markdown
Owner

Summary

Restore the tray icon's primary action so a left-click opens the clipboard history window instead of Settings.

Linked Issue

Closes #153

Changes

  • Map non-Linux tray left-click events to a dedicated Show event.
  • Reuse the existing board Active action so activation returns to the clipboard list while preserving Settings and About menu behavior.
  • Update the tray event test to cover the restored mapping.

Testing

  • scripts/precheck.sh passes locally
  • New / updated tests cover the change

Self-Check

  • PR title follows Conventional Commits
  • No hardcoded user-facing strings — i18n keys added to all locale files
  • Errors defined with thiserror (no manual impl Display/Error)
  • No unrelated changes mixed in

@StudentWeis
StudentWeis merged commit 5b4438b into main Aug 4, 2026
8 checks passed
@StudentWeis
StudentWeis deleted the fix/tray-left-click-history branch August 4, 2026 02:09
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.

fix: open history from tray left-click

1 participant