Skip to content

Commit

Permalink
move virtualkeyboard plugin to other repo
Browse files Browse the repository at this point in the history
add plugin metadata to electrum/plugins.json
  • Loading branch information
ecdsa committed Apr 13, 2024
1 parent c9820ae commit ff07a77
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 73 deletions.
14 changes: 13 additions & 1 deletion electrum/plugins.json
@@ -1,2 +1,14 @@
{
}
"virtualkeyboard": {
"hash": "4ab551ec5226e7bb26e21991b33c75387e8de66bd9c5bc402e940e6f8a17050b",
"description": "Add an optional virtual keyboard to the password dialog.\nWarning: do not use this if it makes you pick a weaker password.",
"display_name": "Virtual Keyboard",
"available_for": [
"qt"
],
"download_url": "https://raw.githubusercontent.com/spesmilo/electrum-plugins/master/virtualkeyboard-0.0.1.zip",
"author": "The Electrum developers",
"licence": "MIT",
"version": "0.0.1"
}
}
5 changes: 0 additions & 5 deletions electrum/plugins/virtualkeyboard/__init__.py

This file was deleted.

67 changes: 0 additions & 67 deletions electrum/plugins/virtualkeyboard/qt.py

This file was deleted.

0 comments on commit ff07a77

Please sign in to comment.