mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Update clipboard example
This commit is contained in:
parent
13b588b555
commit
92843c8237
2 changed files with 12 additions and 0 deletions
11
v3/examples/clipboard/README.md
Normal file
11
v3/examples/clipboard/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# clipboard
|
||||
|
||||
This example demonstrates how to use the clipboard API.
|
||||
|
||||
# Status
|
||||
|
||||
| Platform | Status |
|
||||
|----------|---------|
|
||||
| Mac | |
|
||||
| Windows | Working |
|
||||
| Linux | |
|
||||
|
|
@ -14,6 +14,7 @@ func main() {
|
|||
app := application.New(application.Options{
|
||||
Name: "Clipboard Demo",
|
||||
Description: "A demo of the clipboard API",
|
||||
Assets: application.AlphaAssets,
|
||||
Mac: application.MacOptions{
|
||||
ApplicationShouldTerminateAfterLastWindowClosed: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue