Bump mtxclient dep

This commit is contained in:
Nicolas Werner 2023-06-02 22:44:47 +02:00
parent 19787d664c
commit 05ba0c8835
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
3 changed files with 3 additions and 3 deletions

View file

@ -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();