Skip to content

Fix menubar ghost status item on macOS Tahoe#194

Merged
iamtoruk merged 1 commit intomainfrom
fix/menubar-tahoe-status-item
May 2, 2026
Merged

Fix menubar ghost status item on macOS Tahoe#194
iamtoruk merged 1 commit intomainfrom
fix/menubar-tahoe-status-item

Conversation

@iamtoruk
Copy link
Copy Markdown
Member

@iamtoruk iamtoruk commented May 2, 2026

Summary

  • Move setActivationPolicy(.accessory) to willFinishLaunching so the policy is set before the app's focus chain forms — eliminates the ghost status item bug on macOS 26.x
  • Debounce withObservationTracking onChange with 50ms coalesce so rapid property updates trigger one refreshStatusButton() instead of N

Set accessory activation policy in willFinishLaunching before the
focus chain forms. Debounce observation tracking to coalesce rapid
property changes into a single status bar refresh.
@iamtoruk iamtoruk merged commit db99319 into main May 2, 2026
3 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