You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
Hide font scaling behind labs
This commit is contained in:
@@ -139,7 +139,7 @@ export default class StyleUserSettingsTab extends React.Component {
|
||||
<div className="mx_SettingsTab">
|
||||
<div className="mx_SettingsTab_heading">{_t("Style")}</div>
|
||||
{this._renderThemeSection()}
|
||||
{this._renderFontSection()}
|
||||
{SettingsStore.getValue("feature_font_scaling") ? this._renderFontSection() : null}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user