Skip to content

feat(windows): migrate to NOTIFYICON_VERSION_4 - #331

Draft
Legend-Master wants to merge 12 commits into
tauri-apps:devfrom
Legend-Master:notifyicon-version-4
Draft

feat(windows): migrate to NOTIFYICON_VERSION_4#331
Legend-Master wants to merge 12 commits into
tauri-apps:devfrom
Legend-Master:notifyicon-version-4

Conversation

@Legend-Master

Copy link
Copy Markdown
Contributor

Closes #324

@Legend-Master
Legend-Master force-pushed the notifyicon-version-4 branch from 564f62b to 28852ab Compare July 2, 2026 10:37
}
}
// Menu key
WM_CONTEXTMENU

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is unfortunately going to also fire on mouse clicks and there's no good way to check if it's fired from a mouse or keyboard... (meaning we will have duplicated events on mouse right clicks)

I'm thinking recording right mouse down and then skips this as a workaround, not sure how reliable is that though

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.

Use NOTIFYICON_VERSION_4 in Windows

1 participant