summarylogtreecommitdiffstats
path: root/myetherwallet.desktop
diff options
context:
space:
mode:
authorxsmile2018-03-14 15:31:32 +0100
committerxsmile2018-03-14 15:32:33 +0100
commit1eaaab588d4ac31b9b1a3516480b8f4698648c4a (patch)
tree67ba0f61a8edd4b3c796177e16978c0ee90d95e9 /myetherwallet.desktop
parent8698c0c308579a05e9514294f09ae1ee54285b34 (diff)
downloadaur-1eaaab588d4ac31b9b1a3516480b8f4698648c4a.tar.gz
desktop entry: added actions
Diffstat (limited to 'myetherwallet.desktop')
-rw-r--r--myetherwallet.desktop17
1 files changed, 17 insertions, 0 deletions
diff --git a/myetherwallet.desktop b/myetherwallet.desktop
index 0c1eb30d4d6f..10a9751d7cbb 100644
--- a/myetherwallet.desktop
+++ b/myetherwallet.desktop
@@ -5,3 +5,20 @@ Comment=Free, open-source, client-side tool for easily & securely interacting wi
Icon=myetherwallet
Exec=myetherwallet
Categories=Network;
+Actions=send-transaction;send-offline;check-tx-status;view-wallet-info;
+
+[Desktop Action send-transaction]
+Name=Send Transaction
+Exec=myetherwallet '#send-transaction'
+
+[Desktop Action send-offline]
+Name=Send Offline
+Exec=myetherwallet '#offline-transaction'
+
+[Desktop Action check-tx-status]
+Name=Check TX Status
+Exec=myetherwallet '#check-tx-status'
+
+[Desktop Action view-wallet-info]
+Name=View Wallet Info
+Exec=myetherwallet '#view-wallet-info'