Bump mtxclient dep
This commit is contained in:
parent
19787d664c
commit
05ba0c8835
3 changed files with 3 additions and 3 deletions
|
|
@ -41,7 +41,7 @@ Popup {
|
|||
font.pixelSize: Math.ceil(quickSwitcher.textHeight * 0.6)
|
||||
width: parent.width
|
||||
|
||||
Keys.onPressed: {
|
||||
Keys.onPressed: (event) => {
|
||||
if (event.key == Qt.Key_Up || event.key == Qt.Key_Backtab) {
|
||||
event.accepted = true;
|
||||
completerPopup.up();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue