mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Update application-development.mdx
This commit is contained in:
@@ -113,11 +113,11 @@ func main() {
|
||||
|
||||
This will bind all public methods in our `App` struct (it will never bind the startup and shutdown methods).
|
||||
|
||||
More information on Binding can be found [here](../howdoesitwork#method-binding).
|
||||
More information on Binding can be found [here](../../howdoesitwork#method-binding).
|
||||
|
||||
## Application Menu
|
||||
|
||||
Wails supports adding a menu to your application. This is done by passing a [Menu](../reference/menus#menu) struct
|
||||
Wails supports adding a menu to your application. This is done by passing a [Menu](../../reference/menus#menu) struct
|
||||
to application config. It's common to use a method that returns a Menu, and even more common for that to be a method on
|
||||
the `App` struct used for the lifecycle hooks.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user