You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 calling build() call instead of new() call.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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