mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-15 07:05:50 +01:00
Resolve merge conflicts: - build-and-test-v3.yml: take v3-alpha step names (non-experimental GTK4) - linux_cgo_gtk4.h: remove WailsScreen struct (deleted in v3-alpha) Address PR review comments: - screen/main.go: use path.Clean for HTTP paths instead of filepath.Clean, fix Windows drive-letter check (was dead code), add filepath.FromSlash - UNRELEASED_CHANGELOG.md: remove duplicate changelog entry - build-and-test-v3.yml: add actions:write permission to cleanup job Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| assets | ||
| main.go | ||
| README.md | ||
| screens.go | ||
Screen Example
This example will detect all attached screens and display their details.
Running the example
To run the example, simply run the following command:
go run .
Status
| Platform | Status |
|---|---|
| Mac | Working |
| Windows | Working |
| Linux |