mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +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() {
|
function openUserProfile() {
|
||||||
Nheko.updateUserProfile();
|
Nheko.updateUserProfile();
|
||||||
var userProfile = userProfileComponent.createObject(timelineRoot, {
|
var userProfile = Qt.createComponent("qrc:/qml/dialogs/UserProfile.qml").createObject(timelineRoot, {
|
||||||
"profile": Nheko.currentUser
|
"profile": Nheko.currentUser
|
||||||
});
|
});
|
||||||
userProfile.show();
|
userProfile.show();
|
||||||
|
|
Loading…
Reference in a new issue