mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 18:54:37 +00:00
Merge pull request #1005
9cdfad3
Left Panel: seeds and keys not selected when open
This commit is contained in:
commit
fd5e3dcecb
1 changed files with 1 additions and 1 deletions
2
main.qml
2
main.qml
|
@ -86,7 +86,7 @@ ApplicationWindow {
|
||||||
}
|
}
|
||||||
|
|
||||||
function sequencePressed(obj, seq) {
|
function sequencePressed(obj, seq) {
|
||||||
if(seq === undefined)
|
if(seq === undefined || !leftPanel.enabled)
|
||||||
return
|
return
|
||||||
if(seq === "Ctrl") {
|
if(seq === "Ctrl") {
|
||||||
ctrlPressed = true
|
ctrlPressed = true
|
||||||
|
|
Loading…
Reference in a new issue