mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix user status that got lost at some point
This commit is contained in:
parent
a13502b881
commit
5ca043ad87
1 changed files with 9 additions and 0 deletions
|
@ -140,6 +140,15 @@ ListView {
|
|||
|
||||
}
|
||||
|
||||
Label {
|
||||
color: colors.buttonText
|
||||
text: TimelineManager.userStatus(modelData.userId)
|
||||
textFormat: Text.PlainText
|
||||
elide: Text.ElideRight
|
||||
width: chat.delegateMaxWidth - parent.spacing * 2 - userName.implicitWidth - avatarSize
|
||||
font.italic: true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue