Fix empty profil title
If no display name is provided, use user account name (in ProfileHeader.qml)
This commit is contained in:
parent
f492be89f1
commit
231c4d6e19
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ Page {
|
|||
header: ProfileHeader {
|
||||
id: header
|
||||
title: display_name
|
||||
description: '@'+username
|
||||
description: username
|
||||
image: profileImage
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue