mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-20 03:20:24 +00:00
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…
x
Reference in New Issue
Block a user