Hide font scaling behind labs
This commit is contained in:
parent
af4dd2770c
commit
14551b1885
3 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue