fix(@desktop/startUpPage): Fix for footer shown when clicking - share your chat key
fixes #3462
This commit is contained in:
parent
977293c1ce
commit
5c57a401a0
|
@ -131,7 +131,7 @@ Item {
|
|||
if(parentPopup){
|
||||
popup.parentPopup = parentPopup;
|
||||
}
|
||||
popup.openPopup(profileModule.pubKey !== fromAuthorParam, userNameParam, fromAuthorParam, identiconParam, textParam, nicknameParam);
|
||||
popup.openPopup(profileModule.model.pubKey !== fromAuthorParam, userNameParam, fromAuthorParam, identiconParam, textParam, nicknameParam);
|
||||
profilePopupOpened = true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue