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:
|
|
|
|
|
|
|
|
|
|
```bash
|
2023-10-17 20:25:36 +11:00
|
|
|
go run .
|
2023-10-09 20:56:19 +11:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
# Status
|
|
|
|
|
|
|
|
|
|
| Platform | Status |
|
|
|
|
|
|----------|---------|
|
2023-10-17 20:25:36 +11:00
|
|
|
| Mac | Working |
|
2023-10-09 20:56:19 +11:00
|
|
|
| Windows | Working |
|
|
|
|
|
| Linux | |
|
|
|
|
|
|
|
|
|
|
# Known Issues
|
|
|
|
|
|
2023-10-22 09:32:04 +11:00
|
|
|
- [Resize cursor still visible when not resizable](https://github.com/orgs/wailsapp/projects/6/views/1?pane=issue&itemId=40962163)
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
Icon attribution: [Click icons created by kusumapotter - Flaticon](https://www.flaticon.com/free-icons/click)
|