feat: implement Default for Menu, closes #2398#4291
Conversation
|
It looks like app_name is only used for macOS. Curious if this could be optional and we provide a default name from the config if not specified? One less thing to get it up and running. What were your thoughts on having this in the default template when creating a new app? And then lastly just a nit-pick on the function name, any reason to have it as |
The app name is needed for the
Sure, not the current CTA though, but once tauri-apps/create-tauri-app#61 lands.
Well, |
|
Ah, didn't think of the conflict with And points taken for the other two |
|
Since it takes the app name as an argument, it should be fine to just name it |
|
Thank you so much for working on that! That's such a nice improvement! |
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Checklist
fix: remove a typo, closes #___, #___)Other information