mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-16 23:55:52 +01:00
* 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
413 B
413 B
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:
go run .
Status
| Platform | Status |
|---|---|
| Mac | Working |
| Windows | N/A |
| Linux | N/A |