5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-06 19:42:09 +08:00
wails/v3/examples/show-macos-toolbar/README.md
Fabio Massaioli 7e687750b2
[v3] Add option for showing the toolbar in fullscreen mode on macOS (#3282)
* Add option for showing the toolbar in fullscreen mode on macOS

* Add an example demonstrating the ShowToolbarWhenFullscreen option

* Update docs

* Add changelog entry

* Run go mod tidy
2024-03-02 20:10:25 +11:00

21 lines
413 B
Markdown

# Show macOS Toolbar Example
This example is a demonstration of the macOS option `ShowToolbarWhenFullscreen`, which keeps
the system toolbar visible when in fullscreen mode.
## Running the example
To run the example (on macOS), simply run the following command:
```bash
go run .
```
# Status
| Platform | Status |
|----------|---------|
| Mac | Working |
| Windows | N/A |
| Linux | N/A |