Fix avatar name

This commit is contained in:
Tobias Fella
2023-05-14 23:57:32 +02:00
parent b629961a70
commit 4c575f18d1

View File

@@ -207,7 +207,7 @@ Kirigami.ScrollablePage {
Layout.preferredHeight: Kirigami.Units.gridUnit * 2
source: model.avatar ? ("image://mxc/" + model.avatar) : ""
name: name
name: model.name
}
ColumnLayout {
Layout.fillWidth: true