mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Left Panel: seeds and keys not selected when open
This commit is contained in:
parent
d9d2050f29
commit
9cdfad3512
1 changed files with 1 additions and 1 deletions
2
main.qml
2
main.qml
|
@ -86,7 +86,7 @@ ApplicationWindow {
|
|||
}
|
||||
|
||||
function sequencePressed(obj, seq) {
|
||||
if(seq === undefined)
|
||||
if(seq === undefined || !leftPanel.enabled)
|
||||
return
|
||||
if(seq === "Ctrl") {
|
||||
ctrlPressed = true
|
||||
|
|
Loading…
Reference in a new issue