Fix empty profil title

If no display name is provided, use user account name (in ProfileHeader.qml)
This commit is contained in:
molan-git 2020-05-04 10:14:10 +02:00 committed by GitHub
parent f492be89f1
commit 231c4d6e19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,7 +141,7 @@ Page {
header: ProfileHeader {
id: header
title: display_name
description: '@'+username
description: username
image: profileImage
}