-
-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Menu shortcut does not work on macOS since wry 0.22 #749
Comments
Looks like this is a regression after we don't replace TaoView. |
Okay I found the cause is |
until this issue is fixed: tauri-apps/wry#749
@wusyong can we patch this asap |
Fixed in tao v0.15.3. |
I confirmed that this issue was fixed after |
when i run |
Describe the bug
Key shotcut of menu item does not work on macOS since 0.22.0.
Steps To Reproduce
Steps to reproduce the behavior:
Cmd+Q
Expected behavior
'Menu clicked!' is output to terminal console and application quits successfully
Screenshots
N/A
Platform and Versions (please complete the following information):
OS: macOS 11
Rustc: rustc v1.65.0
Would you assign yourself to resolve this bug?
Additional context
This seems a regression of v0.22.0. I confirmed it worked with v0.21.1.
Selecting 'Quit' from menu item works as intended.
The text was updated successfully, but these errors were encountered: