mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-06 05:24:42 -04:00
feat(gui): Clickable addresses to copy to clipboard (#38)
This commit is contained in:
parent
1b1fe0add5
commit
ff1ded55ba
14 changed files with 405 additions and 37 deletions
|
@ -2,6 +2,12 @@
|
|||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": ["main"],
|
||||
"permissions": ["core:event:allow-emit", "core:event:default"]
|
||||
}
|
||||
"windows": [
|
||||
"main"
|
||||
],
|
||||
"permissions": [
|
||||
"core:event:allow-emit",
|
||||
"core:event:default",
|
||||
"clipboard-manager:allow-write-text"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue