mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-12 09:39:01 +02:00
Merge pull request #11816 from druiz17/fix-bringing-up-logs
Fix issue of User is unable to bring up the High Fidelity Interface log.
This commit is contained in:
commit
28b75abcee
1 changed files with 6 additions and 0 deletions
|
@ -135,4 +135,10 @@ Item {
|
||||||
playing: visible
|
playing: visible
|
||||||
z: 10000
|
z: 10000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Keys.onPressed: {
|
||||||
|
if ((event.modifiers & Qt.ShiftModifier) && (event.modifiers & Qt.ControlModifier)) {
|
||||||
|
webViewCore.focus = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue