mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 04:21:44 +00:00
parent
525a8e19bf
commit
3227d5afb4
@ -76,7 +76,7 @@ Item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
communityIntroDialog.open()
|
Global.openPopup(communityIntroDialog);
|
||||||
}
|
}
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
@ -88,9 +88,9 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Component {
|
||||||
CommunityIntroDialog {
|
|
||||||
id: communityIntroDialog
|
id: communityIntroDialog
|
||||||
|
CommunityIntroDialog {
|
||||||
|
|
||||||
isInvitationPending: joinCommunityButton.invitationPending
|
isInvitationPending: joinCommunityButton.invitationPending
|
||||||
name: communityData.name
|
name: communityData.name
|
||||||
@ -108,6 +108,7 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
ChatsLoadingPanel {
|
ChatsLoadingPanel {
|
||||||
chatSectionModule: root.communitySectionModule
|
chatSectionModule: root.communitySectionModule
|
||||||
|
Loading…
x
Reference in New Issue
Block a user