Browse Source
Merge pull request #4131 from yura-pakhuchiy/btc-desktop
Add testnet mode to .desktop file
3.2.x
ThomasV
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
electrum.desktop
|
@ -14,4 +14,8 @@ StartupNotify=false |
|
|
Terminal=false |
|
|
Terminal=false |
|
|
Type=Application |
|
|
Type=Application |
|
|
MimeType=x-scheme-handler/bitcoin; |
|
|
MimeType=x-scheme-handler/bitcoin; |
|
|
|
|
|
Actions=Testnet; |
|
|
|
|
|
|
|
|
|
|
|
[Desktop Action Testnet] |
|
|
|
|
|
Exec=electrum --testnet %u |
|
|
|
|
|
Name=Testnet mode |
|
|