5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-10 21:43:24 +08:00
wails/v3/examples/menu
2023-10-16 19:29:42 +11:00
..
main.go Fix resize on windows 2023-10-16 19:29:42 +11:00
README.md Fix windows icon for about box. 2023-10-09 20:56:19 +11:00

Menu Example

This example is a demonstration of different ways to create applications without using npm.

Running the example

To run the example, simply run the following command:

go run main.go

Status

Platform Status
Mac
Windows Working
Linux

Known Issues