Fix userprofile on roomlist

pull/1161/head
Nicolas Werner 2 years ago
parent 005a4978bf
commit d70a344a4d
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      resources/qml/RoomList.qml

@ -455,7 +455,7 @@ Page {
function openUserProfile() {
Nheko.updateUserProfile();
var userProfile = userProfileComponent.createObject(timelineRoot, {
var userProfile = Qt.createComponent("qrc:/qml/dialogs/UserProfile.qml").createObject(timelineRoot, {
"profile": Nheko.currentUser
});
userProfile.show();

Loading…
Cancel
Save