parent
af6b503656
commit
60ceb07295
|
@ -163,7 +163,8 @@ method prepareLocationMenuModel*(self: Module) =
|
|||
# Community sections
|
||||
let communities = self.controller.getJoinedAndSpectatedCommunities()
|
||||
for c in communities:
|
||||
items.add(self.buildLocationMenuForCommunity(c))
|
||||
if c.joined:
|
||||
items.add(self.buildLocationMenuForCommunity(c))
|
||||
|
||||
self.view.locationMenuModel().setItems(items)
|
||||
|
||||
|
|
Loading…
Reference in New Issue