mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
fix(Communities): make managing community button work again
This broken because the component is relying on globals that don't provide the same APIs anymore. Fixes #3000
This commit is contained in:
parent
9971f2fc0a
commit
319334e21f
@ -89,8 +89,8 @@ Rectangle {
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.bottomMargin: Style.current.padding
|
||||
onClicked: {
|
||||
communityProfilePopup.open()
|
||||
}
|
||||
onClicked: openPopup(communityProfilePopup, {
|
||||
community: chatsModel.communities.activeCommunity
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user