Skip to content

Commit

Permalink
Merge pull request #5 from 20kdc/home-toggle-reenable
Browse files Browse the repository at this point in the history
Re-enable the ability to toggle the 'home' metaspace
  • Loading branch information
su-ex committed Apr 1, 2022
2 parents 6e73e67 + 8b2cb76 commit 8cd5ee5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,11 @@ const SidebarUserSettingsTab = () => {
checked={!!homeEnabled}
onChange={onMetaSpaceChangeFactory(MetaSpace.Home, "WebSettingsSidebarTabSpacesCheckbox")}
className="mx_SidebarUserSettingsTab_homeCheckbox"
disabled={homeEnabled}
>
{ _t("Home") }
</StyledCheckbox>
<div className="mx_SidebarUserSettingsTab_checkboxMicrocopy">
{ _t("Home is useful for getting an overview of everything.") }
{ _t("Home is useful for getting an overview of everything. Keep in mind that disabling it could leave you unable to see certain rooms.") }
</div>

<StyledCheckbox
Expand Down

0 comments on commit 8cd5ee5

Please sign in to comment.