fix(Settings/Messaging/Contacts): Contacts label shows up twice
Removed "Contacts" title in ContactsView.qml. Fixes #5731.
This commit is contained in:
parent
341c86a006
commit
efb18f4851
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue