1
0

plugins: minor tweaks

- add icon to PluginDialog
 - add icon to psbt_nosr
 - rename 'PSBT Nostr' as 'Nostr Multisig'
This commit is contained in:
ThomasV
2025-04-15 12:22:57 +02:00
parent a92e65c561
commit 1162f45bd5
4 changed files with 20 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "labels",
"fullname": "LabelSync",
"author": "The Electrum Developers",
"description": "Save your wallet labels on a remote server, and synchronize them across multiple devices where you use Electrum. Labels, transactions IDs and addresses are encrypted before they are sent to the remote server.",
"icon":"labelsync.png",
"available_for": ["qt", "qml", "cmdline"]

View File

@@ -1,8 +1,9 @@
{
"name": "psbt_nostr",
"fullname": "PSBT over Nostr",
"name": "nostr_multisig",
"fullname": "Nostr Multisig",
"description": "This plugin facilitates the use of multi-signatures wallets. It sends and receives partially signed transactions from/to your cosigner wallet. PSBTs are sent and retrieved from Nostr relays.",
"author": "The Electrum Developers",
"available_for": ["qt"],
"icon":"nostr_multisig.png",
"version": "0.0.1"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB