Use new PCN format for settings config file
This commit is contained in:
@@ -139,7 +139,9 @@ HColumnLayout {
|
||||
stackView.currentItem.currentIndex = -1
|
||||
|
||||
roomPane.toggleFocus()
|
||||
if (window.settings.clearMemberFilterOnEscape) text = ""
|
||||
|
||||
if (window.settings.RoomList.escape_clears_filter)
|
||||
text = ""
|
||||
}
|
||||
|
||||
Behavior on opacity { HNumberAnimation {} }
|
||||
@@ -174,7 +176,7 @@ HColumnLayout {
|
||||
Layout.preferredHeight: filterField.implicitHeight
|
||||
|
||||
HShortcut {
|
||||
sequences: window.settings.keys.inviteToRoom
|
||||
sequences: window.settings.Keys.Chat.invite
|
||||
onActivated:
|
||||
if (inviteButton.enabled) inviteButton.clicked()
|
||||
}
|
||||
|
@@ -105,12 +105,12 @@ MultiviewPane {
|
||||
}
|
||||
|
||||
HShortcut {
|
||||
sequences: window.settings.keys.toggleFocusRoomPane
|
||||
sequences: window.settings.Keys.Chat.focus_room_pane
|
||||
onActivated: roomPane.toggleFocus()
|
||||
}
|
||||
|
||||
HShortcut {
|
||||
sequences: window.settings.keys.toggleHideRoomPane
|
||||
sequences: window.settings.Keys.Chat.hide_room_pane
|
||||
onActivated: roomPane.forceCollapse = ! roomPane.forceCollapse
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user