Fix UI parts focus keybind and buttons
This commit is contained in:
@@ -34,7 +34,7 @@ Rectangle {
|
||||
icon.name: "go-back-to-main-pane"
|
||||
toolTip.text: qsTr("Go back to main pane")
|
||||
|
||||
onClicked: mainUI.mainPane.filterRoomsField.toggleFocus()
|
||||
onClicked: mainUI.mainPane.toggleFocus()
|
||||
|
||||
Layout.preferredWidth: showPaneButtons ? avatar.width : 0
|
||||
Layout.fillHeight: true
|
||||
|
@@ -80,6 +80,6 @@ MultiviewPane {
|
||||
|
||||
HShortcut {
|
||||
sequences: window.settings.keys.toggleFocusRoomPane
|
||||
onActivated: toggleFocus()
|
||||
onActivated: roomPane.toggleFocus()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user