Update resources/qml/Avatar.qml

Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
This commit is contained in:
kamathmanu 2020-11-30 14:58:50 -05:00 committed by GitHub
parent a48c6353bf
commit d4cece2f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@ Rectangle {
property string userid
property string displayName
property string usrUrl: TimelineManager.timeline.avatarUrl(userid)
width: 48
height: 48
radius: Settings.avatarCircles ? height / 2 : 3