hide menu new call contact list

This commit is contained in:
gaelle 2025-04-11 09:48:10 +02:00
parent fcf88315ab
commit ac79b1de51

View file

@ -131,6 +131,7 @@ FocusScope {
id: contactList id: contactList
Layout.fillWidth: true Layout.fillWidth: true
Layout.fillHeight: true Layout.fillHeight: true
showContactMenu: false
searchBarText: searchBar.text searchBarText: searchBar.text
onContactSelected: (contact) => { onContactSelected: (contact) => {
mainItem.contactClicked(contact) mainItem.contactClicked(contact)