plugins: rename plugin nostr cosigner, minor tweaks
This commit is contained in:
@@ -45,11 +45,12 @@ class PluginDialog(WindowModalDialog):
|
|||||||
icon = read_QIcon_from_bytes(self.plugins.read_file(name, icon_path))
|
icon = read_QIcon_from_bytes(self.plugins.read_file(name, icon_path))
|
||||||
name_label.setIcon(icon)
|
name_label.setIcon(icon)
|
||||||
vbox.addWidget(name_label)
|
vbox.addWidget(name_label)
|
||||||
|
vbox.addStretch()
|
||||||
|
vbox.addWidget(WWLabel(description))
|
||||||
|
vbox.addStretch()
|
||||||
form = QFormLayout(None)
|
form = QFormLayout(None)
|
||||||
if author:
|
if author:
|
||||||
form.addRow(QLabel(_('Author') + ':'), QLabel(author))
|
form.addRow(QLabel(_('Author') + ':'), QLabel(author))
|
||||||
if description:
|
|
||||||
form.addRow(QLabel(_('Description') + ':'), WWLabel(description))
|
|
||||||
if version:
|
if version:
|
||||||
form.addRow(QLabel(_('Version') + ':'), QLabel(version))
|
form.addRow(QLabel(_('Version') + ':'), QLabel(version))
|
||||||
if zip_hash:
|
if zip_hash:
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
"fullname": "Audio MODEM",
|
"fullname": "Audio MODEM",
|
||||||
"description": "Provides support for air-gapped transaction signing.",
|
"description": "Provides support for air-gapped transaction signing.",
|
||||||
"requires": [["amodem", "http://github.com/romanz/amodem/"]],
|
"requires": [["amodem", "http://github.com/romanz/amodem/"]],
|
||||||
|
"author":"Roman Zeyde",
|
||||||
"icon":"speaker.png",
|
"icon":"speaker.png",
|
||||||
"available_for": ["qt"]
|
"available_for": ["qt"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nostr_multisig",
|
"name": "psbt_nostr",
|
||||||
"fullname": "Nostr Multisig",
|
"fullname": "Nostr Cosigner",
|
||||||
"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.",
|
"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",
|
"author": "The Electrum Developers",
|
||||||
"icon":"nostr_multisig.png",
|
"icon":"nostr_multisig.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user