aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml/wallet.qml
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-04-28 06:25:01 +0800
committerobscuren <geffobscura@gmail.com>2014-04-28 06:25:01 +0800
commit68e5568804cc99d217e7a3aaca796406e428f221 (patch)
tree42698c2561a83a782a38ae586374cca243aecff0 /ethereal/assets/qml/wallet.qml
parent883810b53328b302aa765ccf9d228bd73c046cac (diff)
downloaddexon-68e5568804cc99d217e7a3aaca796406e428f221.tar.gz
dexon-68e5568804cc99d217e7a3aaca796406e428f221.tar.zst
dexon-68e5568804cc99d217e7a3aaca796406e428f221.zip
Draft mut(an)ed(itor)
Diffstat (limited to 'ethereal/assets/qml/wallet.qml')
-rw-r--r--ethereal/assets/qml/wallet.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml
index 574fbef86..4813aaede 100644
--- a/ethereal/assets/qml/wallet.qml
+++ b/ethereal/assets/qml/wallet.qml
@@ -23,6 +23,11 @@ ApplicationWindow {
shortcut: "Ctrl+o"
onTriggered: openAppDialog.open()
}
+ MenuItem {
+ text: "Muted"
+ shortcut: "Ctrl+e"
+ onTriggered: ui.muted("")
+ }
}
Menu {