Skip to content

fix(tauri): restore working tray controls in desktop shell#127

Merged
M3gA-Mind merged 1 commit into
tinyhumansai:mainfrom
M3gA-Mind:feat/system-tray-bug
Mar 31, 2026
Merged

fix(tauri): restore working tray controls in desktop shell#127
M3gA-Mind merged 1 commit into
tinyhumansai:mainfrom
M3gA-Mind:feat/system-tray-bug

Conversation

@M3gA-Mind
Copy link
Copy Markdown
Contributor

Summary

  • enable Tauri tray-icon support in the desktop shell and initialize tray setup at app startup
  • add tray actions to open/focus the main window and quit the app, including left-click restore behavior
  • remove daemon windows.clear() behavior so hidden-window flows can be reopened, and add [tray] diagnostics plus architecture docs updates

Test plan

  • cargo check --manifest-path app/src-tauri/Cargo.toml
  • yarn typecheck
  • yarn lint
  • yarn format:check
  • yarn build
  • yarn tauri dev startup smoke (local run)

Made with Cursor

Implement tray icon setup directly in app/src-tauri with open/quit actions and daemon-safe window restore flow, plus tray behavior docs updates. Closes tinyhumansai#93.

Made-with: Cursor
@M3gA-Mind M3gA-Mind merged commit b855ce9 into tinyhumansai:main Mar 31, 2026
6 of 8 checks passed
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.

1 participant