mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
Show display name by account in selector
This commit is contained in:
parent
47d01b5025
commit
ab990f7a9c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue