From 68e5568804cc99d217e7a3aaca796406e428f221 Mon Sep 17 00:00:00 2001 From: obscuren Date: Mon, 28 Apr 2014 00:25:01 +0200 Subject: Draft mut(an)ed(itor) --- ethereal/assets/qml/wallet.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ethereal/assets/qml/wallet.qml') 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 { -- cgit