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
Layout.fillWidth: true
Layout.fillHeight: true
showContactMenu: false
searchBarText: searchBar.text
onContactSelected: (contact) => {
mainItem.contactClicked(contact)