Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
This caught me off guard as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying out the tauri v2 release candidate and just started using the MenuBuilder and friends and have some minor feedback:
The the way that
CheckMenuItemBuilder
is being used is somewhat different than the other builders, in that you supply the manager / apphandle when callingbuild()
call instead ofnew()
call.eg.
Vs:
or
Maybe it makes sense to settle on one approach? Just a suggestion.
Take care,
Martin
Beta Was this translation helpful? Give feedback.
All reactions