Merge pull request #3670 from matrix-org/travis/toggle-communities
Make the communities button behave more like a toggle
This commit is contained in:
commit
fbba55ab05
2 changed files with 17 additions and 1 deletions
|
@ -22,7 +22,7 @@ import { _t } from '../../../languageHandler';
|
|||
const GroupsButton = function(props) {
|
||||
const ActionButton = sdk.getComponent('elements.ActionButton');
|
||||
return (
|
||||
<ActionButton className="mx_GroupsButton" action="view_my_groups"
|
||||
<ActionButton className="mx_GroupsButton" action="toggle_my_groups"
|
||||
label={_t("Communities")}
|
||||
size={props.size}
|
||||
tooltip={true}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue