mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 22:36:24 +00:00
parent
ca66d286f7
commit
dc51cebaee
@ -159,6 +159,7 @@ Item {
|
|||||||
text: qsTrId("communities")
|
text: qsTrId("communities")
|
||||||
icon.name: "communities"
|
icon.name: "communities"
|
||||||
onTriggered: openPopup(communitiesPopupComponent)
|
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 {
|
navBarCommunityTabButtons.delegate: StatusNavBarTabButton {
|
||||||
onClicked: {
|
onClicked: {
|
||||||
appMain.changeAppSection(Constants.chat)
|
appMain.changeAppSection(Constants.chat)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user