From efb18f4851e8fe907aeac684762e8fd9c6e781a3 Mon Sep 17 00:00:00 2001 From: Noelia Date: Tue, 17 May 2022 10:15:45 +0200 Subject: [PATCH] fix(Settings/Messaging/Contacts): Contacts label shows up twice Removed "Contacts" title in ContactsView.qml. Fixes #5731. --- ui/app/AppLayouts/Profile/views/ContactsView.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/app/AppLayouts/Profile/views/ContactsView.qml b/ui/app/AppLayouts/Profile/views/ContactsView.qml index ae9e931537..517cd7c56a 100644 --- a/ui/app/AppLayouts/Profile/views/ContactsView.qml +++ b/ui/app/AppLayouts/Profile/views/ContactsView.qml @@ -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