mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Fix userprofile on roomlist
This commit is contained in:
parent
005a4978bf
commit
d70a344a4d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue