diff --git a/CMakeLists.txt b/CMakeLists.txt index 87eb84745997cdcf72417396ba40754e194ad82e..9c7c17e2e8c8320e7a4b60f9d4218e11ad941f25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -603,7 +603,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG e136bc27b28d3bb5683735eb5a65d6ef2534ca3a + GIT_TAG f4425af712afc6ad704a39b93c912432bd3c1914 ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") diff --git a/io.github.NhekoReborn.Nheko.yaml b/io.github.NhekoReborn.Nheko.yaml index d45dba3d1f712d01b7993890a752558b08964b75..0be3632f1d0b70e87f3d80273f28b1659c8779a3 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/io.github.NhekoReborn.Nheko.yaml @@ -213,7 +213,7 @@ modules: buildsystem: cmake-ninja name: mtxclient sources: - - commit: e136bc27b28d3bb5683735eb5a65d6ef2534ca3a + - commit: f4425af712afc6ad704a39b93c912432bd3c1914 #tag: v0.9.2 type: git url: https://github.com/Nheko-Reborn/mtxclient.git diff --git a/resources/qml/QuickSwitcher.qml b/resources/qml/QuickSwitcher.qml index 9ccefdec4dc37dc5bc597708447b9fe75d5c2096..bd2628bb7ccefb6b132af33b950041b550d8d173 100644 --- a/resources/qml/QuickSwitcher.qml +++ b/resources/qml/QuickSwitcher.qml @@ -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();