From ab990f7a9c4827725797b6e79c2ac2441c5b0922 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Thu, 19 Nov 2020 19:23:17 +0100 Subject: [PATCH] Show display name by account in selector --- linphone-app/ui/views/App/Main/Dialogs/ManageAccounts.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linphone-app/ui/views/App/Main/Dialogs/ManageAccounts.qml b/linphone-app/ui/views/App/Main/Dialogs/ManageAccounts.qml index 71f0b89c7..38a486d20 100644 --- a/linphone-app/ui/views/App/Main/Dialogs/ManageAccounts.qml +++ b/linphone-app/ui/views/App/Main/Dialogs/ManageAccounts.qml @@ -64,7 +64,7 @@ DialogPlus { ScrollableListView { id: view - property string textRole: 'sipAddress' // Used by delegate. + property string textRole: 'fullSipAddress' // Used by delegate. anchors.fill: parent model: AccountSettingsModel.accounts