fix(Settings/Messaging/Contacts): Contacts label shows up twice

Removed "Contacts" title in ContactsView.qml.

Fixes #5731.
This commit is contained in:
Noelia 2022-05-17 10:15:45 +02:00 committed by Noelia
parent 341c86a006
commit efb18f4851
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ SettingsContentBase {
Layout.preferredHeight: root.height * 0.5
contactsModel: root.contactsStore.myContactsModel
clip: true
title: qsTr("Contacts")
searchString: searchBox.text
panelUsage: Constants.contactsPanelUsage.mutualContacts