parent
fb8a3f9100
commit
1f2521586b
|
@ -21,6 +21,10 @@ Page {
|
|||
property var rootStore
|
||||
property var emojiPopup: null
|
||||
|
||||
Keys.onEscapePressed: {
|
||||
root.rootStore.openCreateChat = false;
|
||||
}
|
||||
|
||||
ListView {
|
||||
id: contactsModelListView
|
||||
anchors.left: parent.left
|
||||
|
|
Loading…
Reference in New Issue