aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2018-09-27 14:01:14 +0000
committerxiphon <xiphon@protonmail.com>2018-09-27 14:01:14 +0000
commitaf0f58f72730454dce2636936024ebf9dd76e5a9 (patch)
treeaa3c6f74c660434182a289652982461af3d7ce03 /LeftPanel.qml
parent3fd37b96a0acbbf54db62f8d84b392ae3e7b85f9 (diff)
downloadmonzero-gui-af0f58f72730454dce2636936024ebf9dd76e5a9.tar.gz
monzero-gui-af0f58f72730454dce2636936024ebf9dd76e5a9.tar.xz
monzero-gui-af0f58f72730454dce2636936024ebf9dd76e5a9.zip
fixed "Keys" CTRL+Y hotkey
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index e06fc04b..5a22f365 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -72,6 +72,7 @@ Rectangle {
else if(pos === "Sign") menuColumn.previousButton = signButton
else if(pos === "Settings") menuColumn.previousButton = settingsButton
else if(pos === "Advanced") menuColumn.previousButton = advancedButton
+ else if(pos === "Keys") menuColumn.previousButton = keysButton
menuColumn.previousButton.checked = true
}