mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-18 18:09:30 +08:00
14 lines
288 B
Markdown
14 lines
288 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 .
|
|
```
|
|
|