parent
ca66d286f7
commit
dc51cebaee
|
@ -159,6 +159,7 @@ Item {
|
|||
text: qsTrId("communities")
|
||||
icon.name: "communities"
|
||||
onTriggered: openPopup(communitiesPopupComponent)
|
||||
enabled: appSettings.communitiesEnabled
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -130,7 +130,7 @@ StatusAppLayout {
|
|||
}
|
||||
}
|
||||
|
||||
navBarCommunityTabButtons.model: chatsModel.communities.joinedCommunities
|
||||
navBarCommunityTabButtons.model: appSettings.communitiesEnabled && chatsModel.communities.joinedCommunities
|
||||
navBarCommunityTabButtons.delegate: StatusNavBarTabButton {
|
||||
onClicked: {
|
||||
appMain.changeAppSection(Constants.chat)
|
||||
|
|
Loading…
Reference in New Issue