fix: fix community button staying active when clicking on a new section
Fixes #2133
This commit is contained in:
parent
907c257eaf
commit
63bf1be96a
|
@ -27,6 +27,7 @@ TabButton {
|
|||
return
|
||||
}
|
||||
|
||||
chatsModel.communities.activeCommunity.active = false
|
||||
appMain.changeAppSection(section)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue